- fix building on FreeBSD

This commit is contained in:
Rachael Alexanderson 2019-03-03 10:53:21 -05:00 committed by Christoph Oelckers
commit 068522f9c8
3 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <algorithm>
#include <ctype.h>
#include "m_swap.h"
#include "m_argv.h"