X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.c;h=86e775387a9a7d5b1c0f429a99255ba621024d30;hp=e731bb496b4b0d0f2f5a7dac417cbbeab7b9f3f6;hb=9b8d01ce7486882bb2fa82b2f328780b9d0ba249;hpb=8daabd03bb649ae04d6b2dd9e46640ca1e514d3d diff --git a/string.c b/string.c index e731bb49..86e77538 100644 --- a/string.c +++ b/string.c @@ -6,19 +6,16 @@ /** \file string.c Memory allocation and string handling functions. */ -#define _GNU_SOURCE +#include "para.h" #include #include /* uname() */ - #include #include - #include #include #include -#include "para.h" #include "string.h" #include "error.h"