changeset 6166:82f770634c5b

inttypes gui patch from Bjrn Sandell <biorn@dce.chalmers.se>
author pontscho
date Thu, 23 May 2002 19:15:32 +0000
parents c85bb954289f
children 43d6007f6e31
files Gui/skin/font.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/skin/font.c	Thu May 23 16:14:35 2002 +0000
+++ b/Gui/skin/font.c	Thu May 23 19:15:32 2002 +0000
@@ -3,7 +3,7 @@
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
-#include <stdint.h>
+#include <inttypes.h>
 
 #include "skin.h"
 #include "font.h"