diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-18 02:33:57 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 0cab37ee8b1aa7b7a53fad3b8fb729b9e1b7eb36 (patch) | |
| tree | 91815fe84ddfac47032f875f961f70880bf49aeb /src/files.c | |
| parent | 7213d915858629b644b7f5f464ac75014f19c77e (diff) | |
Got the Windows WIP branch to build in Linux.
Diffstat (limited to 'src/files.c')
| -rw-r--r-- | src/files.c | 2 |
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; |
