summaryrefslogtreecommitdiffstats
path: root/libopkg/str_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/str_util.c')
-rw-r--r--libopkg/str_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/str_util.c b/libopkg/str_util.c
index e1f5e68..1bb8883 100644
--- a/libopkg/str_util.c
+++ b/libopkg/str_util.c
@@ -15,7 +15,7 @@
General Public License for more details.
*/
-#include "opkg.h"
+#include "includes.h"
int str_starts_with(const char *str, const char *prefix)
{