diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-19 17:56:28 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-19 17:56:28 +0000 |
commit | f9e54c645d51708ef01839c7cb8aeee482fa8001 (patch) | |
tree | 8a831c57656776b3c689d17a2f5cae2456ae1502 /games/briquolo/files | |
parent | d4420cd94876577cc7a61a44c994a9d3f8b78868 (diff) | |
download | ports-f9e54c645d51708ef01839c7cb8aeee482fa8001.tar.gz ports-f9e54c645d51708ef01839c7cb8aeee482fa8001.zip |
Notes
Diffstat (limited to 'games/briquolo/files')
-rw-r--r-- | games/briquolo/files/patch-src-MOGL-MOGL_GenerateurParticule.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/briquolo/files/patch-src-MOGL-MOGL_GenerateurParticule.h b/games/briquolo/files/patch-src-MOGL-MOGL_GenerateurParticule.h new file mode 100644 index 000000000000..4ed6115dab3a --- /dev/null +++ b/games/briquolo/files/patch-src-MOGL-MOGL_GenerateurParticule.h @@ -0,0 +1,10 @@ +--- src/MOGL/MOGL_GenerateurParticule.h.orig Sun Oct 19 19:40:24 2003 ++++ src/MOGL/MOGL_GenerateurParticule.h Sun Oct 19 19:40:54 2003 +@@ -22,6 +22,7 @@ + #ifndef MOGL_GENERATEURPARTICULE + #define MOGL_GENERATEURPARTICULE + ++#include <sys/types.h> + #include <list> + #include <sys/timeb.h> + |