Files
mosh/third/libstddjb/uint64.h
T
Anders Kaseorg 29bb8facc7 Fake up enough headers to let libstddjb selfpipe build
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-07 03:05:37 -05:00

8 lines
88 B
C

#ifndef UINT64_H
#define UINT64_H
#include <stdint.h>
typedef uint64_t uint64;
#endif