]> andersk Git - openssh.git/blobdiff - uuencode.c
- (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
[openssh.git] / uuencode.c
index 398aeefe1dd0968b3a28f0028e513104726be33c..a13949585f8eb4ea1bf12496164927e29ef5a234 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: uuencode.c,v 1.21 2006/03/26 01:31:48 deraadt Exp $ */
+/* $OpenBSD: uuencode.c,v 1.24 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <netinet/in.h>
+#include <resolv.h>
+#include <stdio.h>
+
 #include "xmalloc.h"
 #include "uuencode.h"
 
This page took 0.032807 seconds and 4 git commands to generate.