aboutsummaryrefslogtreecommitdiff
path: root/src/util/program.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-16 14:10:10 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-16 14:10:10 +0000
commitc98085d62d4bebeb2be2517e3e0d896ff68fa0ed (patch)
tree2e97af710ed3b95eee464de3bafff435eded1e1c /src/util/program.c
parent0fc5338f8db1662d8ae11ef9b2ccfcdecd3a3eb2 (diff)
downloadgnunet-c98085d62d4bebeb2be2517e3e0d896ff68fa0ed.tar.gz
gnunet-c98085d62d4bebeb2be2517e3e0d896ff68fa0ed.zip
more
Diffstat (limited to 'src/util/program.c')
-rw-r--r--src/util/program.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/program.c b/src/util/program.c
index f74da8c7f..1a4c1175d 100644
--- a/src/util/program.c
+++ b/src/util/program.c
@@ -38,6 +38,9 @@
38#if HAVE_ARGZ_H 38#if HAVE_ARGZ_H
39#include <argz.h> 39#include <argz.h>
40#else 40#else
41#include "program_lib_strndup.c"
42#include "program_lib_strnlen.c"
43#include "program_lib_mempcpy.c"
41#include "program_lib_argz.c" 44#include "program_lib_argz.c"
42#endif 45#endif
43 46