summaryrefslogtreecommitdiff
path: root/lib/raise.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raise.c')
-rw-r--r--lib/raise.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/raise.c b/lib/raise.c
index 1225f764e..0c1464064 100644
--- a/lib/raise.c
+++ b/lib/raise.c
@@ -1,5 +1,5 @@
/* Provide a non-threads replacement for the POSIX raise function.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,7 +17,9 @@
/* written by Jim Meyering */
-#include <config.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <sys/types.h>
#include <signal.h>