summaryrefslogtreecommitdiff
path: root/src/files.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-05-18 02:33:57 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit0cab37ee8b1aa7b7a53fad3b8fb729b9e1b7eb36 (patch)
tree91815fe84ddfac47032f875f961f70880bf49aeb /src/files.c
parent7213d915858629b644b7f5f464ac75014f19c77e (diff)
Got the Windows WIP branch to build in Linux.
Diffstat (limited to 'src/files.c')
-rw-r--r--src/files.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/files.c b/src/files.c
index 94153ac..0871d31 100644
--- a/src/files.c
+++ b/src/files.c
@@ -1,5 +1,6 @@
#define _BSD_SOURCE
+#include <assert.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
@@ -12,6 +13,7 @@
#include <dirent.h>
#include <fnmatch.h>
+#include "fixer.h"
#include "files.h"
static char *local_dir;