From 57faa64667411a3d8eeeeff62b1e659a94ed29cf Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Sun, 23 Dec 2012 13:03:00 -0500 Subject: Fixing headers Move GNU_SOUCE definition to configure.ac Change all headers to use config.h. Move config.h to the top. Remove errno.h if it is not needed. --- dhash/dhash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dhash') diff --git a/dhash/dhash.c b/dhash/dhash.c index efd7c8d..8f7ea2d 100644 --- a/dhash/dhash.c +++ b/dhash/dhash.c @@ -40,6 +40,7 @@ /******************************* Include Files *******************************/ /*****************************************************************************/ +#include "config.h" #include #include #include -- cgit