diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-27 03:25:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-27 03:25:51 +0000 |
commit | eeef65aa6469145dc152e41067832fb6df20e6e6 (patch) | |
tree | 47c51da7e25810e39e8b346bb310a267bb784513 /graphics/ale/files | |
parent | e3b0edbfd60967b32951f1f7111dc346ff6bdc01 (diff) |
Notes
Diffstat (limited to 'graphics/ale/files')
-rw-r--r-- | graphics/ale/files/patch-channel.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ale/files/patch-channel.h b/graphics/ale/files/patch-channel.h new file mode 100644 index 000000000000..5de445b973e7 --- /dev/null +++ b/graphics/ale/files/patch-channel.h @@ -0,0 +1,11 @@ +--- channel.h.orig Tue Jan 27 10:59:02 2004 ++++ channel.h Tue Jan 27 10:59:10 2004 +@@ -20,7 +20,7 @@ + #ifndef __channel_h__ + #define __channel_h__ + +-#include <stdint.h> ++#include <inttypes.h> + + /* + * Channel type used by ALE. |