From: graham.gower@gmail.com Date: Thu, 23 Dec 2010 01:38:40 +0000 (+0000) Subject: Fix potential undefined references to FILE, for libopkg users. X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=f2fc8450d825b97076835c769f95764bece45140 Fix potential undefined references to FILE, for libopkg users. Patch from Richard Purdie. git-svn-id: http://opkg.googlecode.com/svn/trunk@595 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/libopkg/pkg_dest.h b/libopkg/pkg_dest.h index cbc1ce6..4ad417e 100644 --- a/libopkg/pkg_dest.h +++ b/libopkg/pkg_dest.h @@ -18,6 +18,8 @@ #ifndef PKG_DEST_H #define PKG_DEST_H +#include + typedef struct pkg_dest pkg_dest_t; struct pkg_dest {