diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-16 11:22:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-16 11:22:06 +0000 |
commit | e2b48a7966a40c57cbf3488c2a75afef9858e36c (patch) | |
tree | 5d92883b751c7d71168b9b3457339d37c136d8e4 /main/gvpe/compile-fix.patch | |
parent | 43419d27a334214568486a4f6caaf19ebf245cbb (diff) | |
download | aports-e2b48a7966a40c57cbf3488c2a75afef9858e36c.tar.bz2 aports-e2b48a7966a40c57cbf3488c2a75afef9858e36c.tar.xz |
main/gvpe: moved from testing
Diffstat (limited to 'main/gvpe/compile-fix.patch')
-rw-r--r-- | main/gvpe/compile-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/gvpe/compile-fix.patch b/main/gvpe/compile-fix.patch new file mode 100644 index 0000000000..82288886b7 --- /dev/null +++ b/main/gvpe/compile-fix.patch @@ -0,0 +1,11 @@ +--- a/src/conf.h ++++ b/src/conf.h +@@ -29,6 +29,8 @@ + covered work. + */ + ++#include <sys/types.h> ++ + #ifndef GVPE_CONF_H__ + #define GVPE_CONF_H__ + |