13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
$OpenBSD: patch-src_common_common_cpp,v 1.2 2010/04/05 20:27:09 benoit Exp $
|
|
--- src/common/common.cpp.orig Fri Feb 12 16:43:41 2010
|
|
+++ src/common/common.cpp Sun Apr 4 20:34:51 2010
|
|
@@ -13,6 +13,8 @@
|
|
|
|
#include "common/os.h"
|
|
|
|
+#include <unistd.h>
|
|
+
|
|
#include <boost/regex.hpp>
|
|
#include <stdlib.h>
|
|
#include <string>
|