aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/appweb
ModeNameSize
d---------appweb-1.2.091logstatsplain
d---------appweb-2.0.4122logstatsplain
-rw-r--r--appweb.inc124logstatsplain
-rw-r--r--appweb_1.2.0.bb5003logstatsplain
-rw-r--r--appweb_2.0.4.bb5880logstatsplain
algrind'>ChenQi/systemd-valgrind OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/opkg/opkg/headerfix.patch
blob: d0711ecd0ee0ca64ecd65df0916b42473b73fd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Without this, the FILE reference in this header can cause compile issues.

RP - 29/1/10

Index: trunk/libopkg/pkg_dest.h
===================================================================
--- trunk.orig/libopkg/pkg_dest.h	2010-01-29 09:37:22.000000000 +0000
+++ trunk/libopkg/pkg_dest.h	2010-01-29 09:37:33.000000000 +0000
@@ -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
 {