aboutsummaryrefslogtreecommitdiff
path: root/src/util/program.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-16 14:15:51 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-16 14:15:51 +0000
commit6801b39f5b650ce9719ebf1475ca6d084f40c8c9 (patch)
tree98888c18585dcbe598fb8254c3ac4aaf19879b58 /src/util/program.c
parentc98085d62d4bebeb2be2517e3e0d896ff68fa0ed (diff)
downloadgnunet-6801b39f5b650ce9719ebf1475ca6d084f40c8c9.tar.gz
gnunet-6801b39f5b650ce9719ebf1475ca6d084f40c8c9.zip
fix
Diffstat (limited to 'src/util/program.c')
-rw-r--r--src/util/program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/program.c b/src/util/program.c
index 1a4c1175d..8d1704fbc 100644
--- a/src/util/program.c
+++ b/src/util/program.c
@@ -38,8 +38,8 @@
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" 41#include "program_lib_strnlen.c"
42#include "program_lib_strndup.c"
43#include "program_lib_mempcpy.c" 43#include "program_lib_mempcpy.c"
44#include "program_lib_argz.c" 44#include "program_lib_argz.c"
45#endif 45#endif