aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cc b/src/main.cc
index bcd31db..03eea04 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -32,11 +32,6 @@
32#include "FbTk/FileUtil.hh" 32#include "FbTk/FileUtil.hh"
33#include "FbTk/StringUtil.hh" 33#include "FbTk/StringUtil.hh"
34 34
35//use GNU extensions
36#ifndef _GNU_SOURCE
37#define _GNU_SOURCE
38#endif // _GNU_SOURCE
39
40#ifdef HAVE_CSTDLIB 35#ifdef HAVE_CSTDLIB
41 #include <cstdlib> 36 #include <cstdlib>
42#else 37#else