diff options
author | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-12-20 19:13:22 (EST) |
---|---|---|
committer | graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | 2009-12-20 19:13:22 (EST) |
commit | 599cc259280ccde97b2a3b459c3f015db6390127 (patch) | |
tree | 6447c3ee9a08d4de07f875145ba7b10d8bb103ff /tests | |
parent | 46b5b8779dbb8e5e03622fc34dbc943a4400c436 (diff) |
Initial stab at untangling the #include maze. Probably needs a second pass.
git-svn-id: http://opkg.googlecode.com/svn/trunk@504 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
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; |