From bdf64bbbcd8ddd56dd5326157fcc7a7a34eaf324 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 30 Jun 2012 16:48:20 +0200 Subject: [PATCH] trafgen_cli: add header needed for Fedora Had to add these two (2) include files in order to compile 'trafgen_cli.c' on fedora: #include #include Signed-off-by: Ronald W. Henderson Signed-off-by: Daniel Borkmann --- src/trafgen_cli.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/trafgen_cli.c b/src/trafgen_cli.c index 2ec09d86..faf6cde9 100644 --- a/src/trafgen_cli.c +++ b/src/trafgen_cli.c @@ -1,3 +1,5 @@ +#include +#include #include #include "trafgen_conf.h" -- 2.11.4.GIT