diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libopkg_test.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/libopkg_test.c b/tests/libopkg_test.c index 720e3e9..4d82a67 100644 --- a/tests/libopkg_test.c +++ b/tests/libopkg_test.c @@ -1,9 +1,10 @@ -#include <opkg.h> -#include <stdlib.h> #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <libgen.h> +#include <opkg.h> + pkg_t *find_pkg = NULL; |