summaryrefslogtreecommitdiff
path: root/vamps-stdint.patch
diff options
context:
space:
mode:
authorKarol Krenski2006-02-15 22:01:49 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit386d834f4900bc3eaf3fbdbaaad494b8cd40eb58 (patch)
treeb087be9a776bef3718395204019e8f83a5274249 /vamps-stdint.patch
parent194cd9013e21b14e8c1a49ab5e5a1bafd5fe8f33 (diff)
downloadvamps-386d834f4900bc3eaf3fbdbaaad494b8cd40eb58.zip
vamps-386d834f4900bc3eaf3fbdbaaad494b8cd40eb58.tar.gz
- added <stdint.h>
Changed files: vamps-stdint.patch -> 1.1
Diffstat (limited to 'vamps-stdint.patch')
-rw-r--r--vamps-stdint.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/vamps-stdint.patch b/vamps-stdint.patch
new file mode 100644
index 0000000..3108a19
--- /dev/null
+++ b/vamps-stdint.patch
@@ -0,0 +1,10 @@
+--- vamps-0.98/play_cell/play_cell.c.orig 2005-11-16 21:20:30.000000000 +0100
++++ vamps-0.98/play_cell/play_cell.c 2006-02-15 22:41:04.000000000 +0100
+@@ -26,6 +26,7 @@
+ * 2004/10/03: Initial.
+ */
+
++#include <stdint.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <stdarg.h>