changeset 4845:ed5aa118e142

inttypes.h bug fix. 10l
author pontscho
date Sun, 24 Feb 2002 17:38:33 +0000
parents 76acf5bbda78
children effab9f7da71
files Gui/interface.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/interface.c	Sun Feb 24 17:10:06 2002 +0000
+++ b/Gui/interface.c	Sun Feb 24 17:38:33 2002 +0000
@@ -1,4 +1,7 @@
 
+#include <inttypes.h>
+#include <stdlib.h>
+#include <stdio.h>
 #include <string.h>
 
 #include "ws.h"