diff options
Diffstat (limited to 'librazor/types.c')
-rw-r--r-- | librazor/types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librazor/types.c b/librazor/types.c index adb5b89..1dc9aef 100644 --- a/librazor/types.c +++ b/librazor/types.c @@ -1,7 +1,7 @@ #include <stdlib.h> #include <string.h> -#include "types.h" +#include "razor-internal.h" void array_init(struct array *array) |