From 0a7a815124d15f2f675497aaf60b19237757a00f Mon Sep 17 00:00:00 2001
From: ehofman <ehofman>
Date: Sun, 18 Sep 2005 09:21:54 +0000
Subject: [PATCH] int64_t is in stdint.h by default.

---
 simgear/io/lowlevel.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/simgear/io/lowlevel.hxx b/simgear/io/lowlevel.hxx
index e703a058..9b75d39f 100644
--- a/simgear/io/lowlevel.hxx
+++ b/simgear/io/lowlevel.hxx
@@ -34,7 +34,7 @@
 #include <stdio.h>
 #include <zlib.h>
 #ifdef HAVE_STDINT_H
-#include <inttypes.h>
+# include <stdint.h>
 #endif
 
 #include <plib/sg.h>
-- 
2.39.5