summaryrefslogtreecommitdiffstats
path: root/src/faudit/faudit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/faudit/faudit.h')
-rw-r--r--src/faudit/faudit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/faudit/faudit.h b/src/faudit/faudit.h
index f54f95f98..3c08a3eab 100644
--- a/src/faudit/faudit.h
+++ b/src/faudit/faudit.h
@@ -20,6 +20,7 @@
20 20
21#ifndef FAUDIT_H 21#ifndef FAUDIT_H
22#define FAUDIT_H 22#define FAUDIT_H
23#define _GNU_SOURCE
23#include <stdio.h> 24#include <stdio.h>
24#include <stdlib.h> 25#include <stdlib.h>
25#include <stdint.h> 26#include <stdint.h>
@@ -57,4 +58,4 @@ void network_test(void);
57// dbus.c 58// dbus.c
58void dbus_test(void); 59void dbus_test(void);
59 60
60#endif \ No newline at end of file 61#endif