summaryrefslogtreecommitdiff
path: root/test/raidfile/testraidfile.cpp
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2009-04-23 00:38:39 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2009-04-23 00:38:39 +0000
commitb956c955bc474e31f8664af55208440f07b907db (patch)
tree59127ad955f8c432c4d5cec4036009bb379b4608 /test/raidfile/testraidfile.cpp
parent775ed79079c3e57374a9b2c919f4617216f21517 (diff)
Fixes for gcc 4.4.
Diffstat (limited to 'test/raidfile/testraidfile.cpp')
-rw-r--r--test/raidfile/testraidfile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/raidfile/testraidfile.cpp b/test/raidfile/testraidfile.cpp
index f15fec27..530fb7f8 100644
--- a/test/raidfile/testraidfile.cpp
+++ b/test/raidfile/testraidfile.cpp
@@ -11,6 +11,7 @@
#include <fcntl.h>
#include <unistd.h>
+#include <stdio.h>
#include <errno.h>
#ifdef HAVE_SYSCALL