changeset 24:fce0b7d5cef7

[Issue 5] Change <stdint.h> to "stdint.h" to let compiler search for it in local directory.
author alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
date Fri, 02 Oct 2009 09:36:47 +0000
parents b1e002710e2d
children a5b39e660e83
files inttypes.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/inttypes.h
+++ b/inttypes.h
@@ -40,7 +40,7 @@
 #pragma once
 #endif
 
-#include <stdint.h>
+#include "stdint.h"
 
 // 7.8 Format conversion of integer types