summaryrefslogtreecommitdiffstats
path: root/uuencode.c
diff options
context:
space:
mode:
Diffstat (limited to 'uuencode.c')
-rw-r--r--uuencode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/uuencode.c b/uuencode.c
index 3128309c..8a6742e9 100644
--- a/uuencode.c
+++ b/uuencode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uuencode.c,v 1.22 2006/07/05 02:42:09 stevesk Exp $ */
+/* $OpenBSD: uuencode.c,v 1.23 2006/08/01 23:22:48 stevesk Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -30,6 +30,7 @@
#include <netinet/in.h>
#include <resolv.h>
+#include <stdio.h>
#include "xmalloc.h"
#include "uuencode.h"