summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/compat.h b/include/compat.h
index a3e238e..986c3f7 100644
--- a/include/compat.h
+++ b/include/compat.h
@@ -31,6 +31,7 @@
#if FREEBSD_2
typedef u_int32_t uint32_t;
+typedef u_int64_t uint64_t;
#endif /* FREEBSD_2 */
#endif /* OS_FREEBSD */