aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/std.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/std.h b/src/std.h
index f5dc3ba..a2ab45e 100644
--- a/src/std.h
+++ b/src/std.h
@@ -1,3 +1,6 @@
+#ifndef DUCC_STD_H
+#define DUCC_STD_H
+
#include <stddef.h>
struct FILE;
@@ -50,3 +53,5 @@ char* dirname(char*);
#define BOOL int
#define TRUE 1
#define FALSE 0
+
+#endif