]> andersk Git - openssh.git/blobdiff - cipher-3des1.c
- deraadt@cvs.openbsd.org 2006/08/03 03:34:42
[openssh.git] / cipher-3des1.c
index 2e8735d541d4c657592f0d194e6b82d7216f9864..61798bfde4f0199a8d1889d703bbcc786039e12b 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: cipher-3des1.c,v 1.5 2006/07/22 20:48:22 stevesk Exp $ */
+/* $OpenBSD: cipher-3des1.c,v 1.6 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2003 Markus Friedl.  All rights reserved.
  *
@@ -25,6 +25,8 @@
 
 #include "includes.h"
 
+#include <sys/types.h>
+
 #include <openssl/evp.h>
 
 #include <string.h>
This page took 0.139378 seconds and 4 git commands to generate.