summaryrefslogtreecommitdiff
path: root/usr.sbin/popa3d
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 19:17:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 19:17:53 +0000
commit6adf32a2a25303acdb47398fcc1adfaf718cc250 (patch)
treeae6f850282890f33a10a917df3e7036ed05c1369 /usr.sbin/popa3d
parent636449cbabbbe58abd14c9eadf0aaba18b37d332 (diff)
md5.h needs types.h to be included first
Diffstat (limited to 'usr.sbin/popa3d')
-rw-r--r--usr.sbin/popa3d/pop_trans.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/popa3d/pop_trans.c b/usr.sbin/popa3d/pop_trans.c
index 59155066ce8..8d8d13ff6ba 100644
--- a/usr.sbin/popa3d/pop_trans.c
+++ b/usr.sbin/popa3d/pop_trans.c
@@ -1,9 +1,10 @@
-/* $OpenBSD: pop_trans.c,v 1.2 2001/09/21 20:22:06 camield Exp $ */
+/* $OpenBSD: pop_trans.c,v 1.3 2002/09/06 19:17:52 deraadt Exp $ */
/*
* TRANSACTION state handling.
*/
+#include <sys/types.h>
#include <stdio.h>
#include <syslog.h>