diff options
-rw-r--r-- | libopkg/pkg_dest.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdio.h> + typedef struct pkg_dest pkg_dest_t; struct pkg_dest { |