aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-10-03 14:17:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-10-03 14:17:03 +0000
commitb96067cbe4c9f99d29564c3c1c7672c9706279ea (patch)
tree908bba88e3020dba59978621d34ede538236e7ce /src
parentbc026ed931f07f56a05563dc513207570be12ff5 (diff)
downloadcflow-b96067cbe4c9f99d29564c3c1c7672c9706279ea.tar.gz
cflow-b96067cbe4c9f99d29564c3c1c7672c9706279ea.tar.bz2
Include strndup.h
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 6bf2143..adf32f3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -20,6 +20,7 @@
#include <argp.h>
#include <stdarg.h>
#include <parser.h>
+#include <strndup.h>
const char *argp_program_version = "cflow (" PACKAGE_NAME ") " VERSION;
const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";

Return to:

Send suggestions and report system problems to the System administrator.