blob: 4a8a80755c4ee20451157781f910042d289d88d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- base64.c.orig Sat Jul 6 10:22:29 2002
+++ base64.c Sat Jul 6 10:22:51 2002
@@ -46,6 +46,7 @@
static const char rcsid[] = "$Id: base64.c,v 1.1 2001/02/22 07:22:08 mellon Exp $";
#endif /* not lint */
+#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
|