home: hub: 9ficl

Download patch

ref: 6b4765dd6d8acd47a77e85ce14f6ca326f8bfb9c
parent: a874a1ac4f94b6a4ddb718ce57fad748247d9e84
author: asau <asau@ficl.sf.net>
date: Wed Sep 15 13:29:10 CDT 2010

Pull in fixed width types definitions.

--- a/ficlplatform/ansi.h
+++ b/ficlplatform/ansi.h
@@ -1,3 +1,5 @@
+#include <stdint.h>
+
 typedef int8_t ficlInteger8;
 typedef uint8_t ficlUnsigned8;
 typedef int16_t ficlInteger16;
--- a/ficlplatform/unix.h
+++ b/ficlplatform/unix.h
@@ -1,3 +1,4 @@
+#include <stdint.h>
 #include <unistd.h>