diff options
author | LukenShiro <lukenshiro@ngi.it> | 2013-11-15 17:26:30 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 20:27:39 -0600 |
commit | 811878d4dfc2ee37f3d2b5c8f0c9833608c16ac9 (patch) | |
tree | 3b047032a3abff2c8e3cda028eb426e25bed91e4 /system/shake/shake-dev_t-include.patch | |
parent | 767e5d72f919e2b1c29ba01d1f5bdeabe0589141 (diff) | |
download | slackbuilds-811878d4dfc2ee37f3d2b5c8f0c9833608c16ac9.tar.gz |
system/shake: Patched to fix build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/shake/shake-dev_t-include.patch')
-rw-r--r-- | system/shake/shake-dev_t-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/shake/shake-dev_t-include.patch b/system/shake/shake-dev_t-include.patch new file mode 100644 index 0000000000..19ca1c2ae9 --- /dev/null +++ b/system/shake/shake-dev_t-include.patch @@ -0,0 +1,10 @@ +--- judge.h_old 2013-11-15 22:00:35.085301859 +0100 ++++ judge.h 2013-11-15 22:00:54.811967958 +0100 +@@ -22,6 +22,7 @@ + #include <stdbool.h> + #include <fcntl.h> + #include <time.h> ++#include <sys/stat.h> + typedef unsigned int uint; + typedef long long int llint; + |