summaryrefslogtreecommitdiffstats
path: root/src/dexec.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-23 18:52:43 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-23 18:52:43 +0000
commit191905cbc565ba1640af0a084d45086b9e2c6675 (patch)
treefd2ec625c54c39922e6fdecaf08ce9b7e108a8a9 /src/dexec.c
parent30f765118a4af3e35d2bc7a77c612fa57f942645 (diff)
libdaemon stuff
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@67 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'src/dexec.c')
-rw-r--r--src/dexec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dexec.c b/src/dexec.c
index dba0fc1..e1d1910 100644
--- a/src/dexec.c
+++ b/src/dexec.c
@@ -18,6 +18,10 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <sys/types.h>
#include <unistd.h>
#include <string.h>