]> andersk Git - openssh.git/blobdiff - atomicio.c
20070326
[openssh.git] / atomicio.c
index bf1c0fd180466f1ffcccbf8851092e94dfa2a347..f651a292cbb6332f77be797087439a1e8f6f2b82 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: atomicio.c,v 1.20 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: atomicio.c,v 1.23 2006/08/03 03:34:41 deraadt Exp $ */
 /*
  * Copyright (c) 2006 Damien Miller. All rights reserved.
  * Copyright (c) 2005 Anil Madhavapeddy. All rights reserved.
 
 #include "includes.h"
 
+#include <sys/param.h>
+#include <sys/uio.h>
+
 #include <errno.h>
+#include <string.h>
 
 #include "atomicio.h"
 
This page took 0.030258 seconds and 4 git commands to generate.