summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index a40c249..f58ece7 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -20,6 +20,9 @@
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23#ifdef HAVE_CONFIG_H
24#include <config.h>
25#endif
23#include <stdarg.h> 26#include <stdarg.h>
24#define _GNU_SOURCE 1 27#define _GNU_SOURCE 1
25#define __USE_GNU 1 28#define __USE_GNU 1