summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorrobbeh <robbeh@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-13 21:38:48 +0000
committerrobbeh <robbeh@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-13 21:38:48 +0000
commit6321db16cf36fff049a0614ae632d57711b063e0 (patch)
tree143eaa28190a40b14866ab9c2824d517abfe3ae3 /src/tools
parentcb29211634780a2f1680e2def67c58e35ef6b11f (diff)
Fixed a few annoying compile warnings
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1664 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/smtp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tools/smtp.h b/src/tools/smtp.h
index 7a30cc0fe..a16be487a 100644
--- a/src/tools/smtp.h
+++ b/src/tools/smtp.h
@@ -6,8 +6,8 @@
* Please read COPYING and README for furhter details.
*
* Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- *
+ * Based on the original code of Services by Andy Church.
+ *
*
*/
@@ -18,7 +18,9 @@
/* Some Linux boxes (or maybe glibc includes) require this for the
* prototype of strsignal(). */
+#ifndef _GNU_SOURCE
#define _GNU_SOURCE
+#endif
#include <stdarg.h>
#include <stdio.h>