testing: let retry's sleeping duration grow faster
[awesomized/libmemcached] / test / lib / ForkAndExec.cpp
index ac30dd0282195e4430019d61901bf9abd1078d0e..5af789f65caa57b725d7c19146c44f64a94bebb7 100644 (file)
@@ -5,6 +5,7 @@
 #include <fcntl.h>
 #include <sys/poll.h>
 #include <unistd.h>
+#include <spawn.h>
 
 #if !HAVE_PIPE2
 static inline int setfl(int fd, int newflags) {