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. --- basicobjects/simplebuffer_ut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basicobjects/simplebuffer_ut.c') diff --git a/basicobjects/simplebuffer_ut.c b/basicobjects/simplebuffer_ut.c index 61272da..ba9d172 100644 --- a/basicobjects/simplebuffer_ut.c +++ b/basicobjects/simplebuffer_ut.c @@ -17,10 +17,10 @@ along with this program. If not, see . */ +#include "config.h" #include #include #include -#include #include #include #include -- cgit