summaryrefslogtreecommitdiffstats
path: root/client-msg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-19 20:50:01 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-19 20:50:01 +0000
commit92a42a9e7d1ac13d8e95597f633c18f1eacacde2 (patch)
tree2d854ae7be4723679eb5f4eed6f9c02483defb1e /client-msg.c
parentcf77c80b935da2a822acdc4694cc3bdbcf7021f6 (diff)
FreeBSD requires stdint.h.
Diffstat (limited to 'client-msg.c')
-rw-r--r--client-msg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/client-msg.c b/client-msg.c
index d1f277ca..c334fc48 100644
--- a/client-msg.c
+++ b/client-msg.c
@@ -1,4 +1,4 @@
-/* $Id: client-msg.c,v 1.9 2007-10-12 11:24:15 nicm Exp $ */
+/* $Id: client-msg.c,v 1.10 2007-10-19 20:50:01 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -18,6 +18,7 @@
#include <sys/types.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>