diff options
-rw-r--r-- | usr.sbin/popa3d/pop_trans.c | 3 |
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> |