diff options
Diffstat (limited to 'sci-libs/libghemical/files/libghemical-gcc43.patch')
-rw-r--r-- | sci-libs/libghemical/files/libghemical-gcc43.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-libs/libghemical/files/libghemical-gcc43.patch b/sci-libs/libghemical/files/libghemical-gcc43.patch new file mode 100644 index 000000000000..53db5fba4d90 --- /dev/null +++ b/sci-libs/libghemical/files/libghemical-gcc43.patch @@ -0,0 +1,21 @@ +--- src/atom.h.orig 2008-06-09 03:59:34.262567972 -0500 ++++ src/atom.h 2008-06-09 04:00:07.136698792 -0500 +@@ -10,6 +10,8 @@ + #ifndef ATOM_H + #define ATOM_H + ++#include <cstdlib> ++#include <cstring> + #include "libghemicaldefine.h" + #include "libghemicalconfig2.h" + +--- src/notice.h.orig 2008-06-09 04:00:24.472509840 -0500 ++++ src/notice.h 2008-06-09 04:00:44.608265748 -0500 +@@ -10,6 +10,7 @@ + #ifndef NOTICE_H + #define NOTICE_H + ++#include <cstring> + #include "libghemicaldefine.h" + #include "libghemicalconfig2.h" + |