summaryrefslogtreecommitdiffstats
path: root/filenames.c
diff options
context:
space:
mode:
Diffstat (limited to 'filenames.c')
-rw-r--r--filenames.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/filenames.c b/filenames.c
index 0b288d7..20c0c23 100644
--- a/filenames.c
+++ b/filenames.c
@@ -16,7 +16,6 @@
Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include "config.h"
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
@@ -24,6 +23,8 @@
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
+
+#include <config.h>
#include "strxtra.h"
#include "filenames.h"
#include "misc.h"