summaryrefslogtreecommitdiff
path: root/common/usuals.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2006-08-29 18:04:11 +0000
committerStef Walter <stef@thewalter.net>2006-08-29 18:04:11 +0000
commitfd2e875c5fb0c7aa5e550d41dad4a6794df8d078 (patch)
tree2e20f50eb11d11ac72500c9d3897e8f8b602cc78 /common/usuals.h
parent9a41a6510a2aad8e0d07097c81f54c968b0fd99b (diff)
compiler warnings when compiling rep
Diffstat (limited to 'common/usuals.h')
-rw-r--r--common/usuals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/usuals.h b/common/usuals.h
index d09fd72..5bd7b98 100644
--- a/common/usuals.h
+++ b/common/usuals.h
@@ -20,6 +20,8 @@
#ifndef __USUALS_H__20000613
#define __USUALS_H__20000613
+#define _GNU_SOURCE
+
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>