Fake up enough headers to let libstddjb selfpipe build

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2012-02-28 02:20:25 -05:00
committed by Keith Winstein
parent 77f3a9073f
commit 29bb8facc7
6 changed files with 74 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef UINT64_H
#define UINT64_H
#include <stdint.h>
typedef uint64_t uint64;
#endif