From 8e5f9cb9cab78b24bde7951cb8dfa1aad24bfff4 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 9 Apr 2011 14:40:26 +0200 Subject: [PATCH] added missing headers to all.h --- src/all.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/all.h b/src/all.h index f1e90caa..039a27de 100644 --- a/src/all.h +++ b/src/all.h @@ -20,12 +20,13 @@ #include "locking_x86.h" #include "memcpy_x86.h" #include "ticks_x86.h" - #include "bithacks.h" #include "mmap_v4l.h" #include "die.h" +#include "math2.h" #include "sort.h" #include "psched.h" +#include "deflate.h" #include "stacktrace.h" #include "i2c.h" #include "rbtree.h" -- 2.11.4.GIT