summaryrefslogtreecommitdiffstats
path: root/basicobjects/simplebuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'basicobjects/simplebuffer.c')
-rw-r--r--basicobjects/simplebuffer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/basicobjects/simplebuffer.c b/basicobjects/simplebuffer.c
index b47d6b6..1e7b3fb 100644
--- a/basicobjects/simplebuffer.c
+++ b/basicobjects/simplebuffer.c
@@ -17,8 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
-#define _GNU_SOURCE
+#include "config.h"
#include <errno.h> /* for errors */
#include <stdlib.h> /* for free() */
#include <unistd.h> /* for write() */
@@ -26,7 +25,6 @@
#include "simplebuffer.h"
#include "trace.h"
-#include "config.h"
/* End line string */
#define ENDLNSTR "\n"