[nemiver] Fixup includes for OpenBSD in nmv-dbg-perspective.cc



commit 7c34d995576ca9dba84947deaba7b92fa687f3cc
Author: Landry Breuil <landry fr homeunix org>
Date:   Mon Apr 13 15:58:06 2009 +0200

    Fixup includes for OpenBSD in nmv-dbg-perspective.cc
    
    	* src/persp/dbgperspective/nmv-dbg-perspective.cc: include
    	sys/types and unistd.h for OpenBSD.
---
 src/persp/dbgperspective/nmv-dbg-perspective.cc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/persp/dbgperspective/nmv-dbg-perspective.cc b/src/persp/dbgperspective/nmv-dbg-perspective.cc
index 2089ff1..8991ef6 100644
--- a/src/persp/dbgperspective/nmv-dbg-perspective.cc
+++ b/src/persp/dbgperspective/nmv-dbg-perspective.cc
@@ -26,6 +26,10 @@
 #include <cstring>
 
 #include "config.h"
+// For OpenBSD
+#include <sys/types.h>
+// For OpenBSD
+#include <unistd.h>
 #include <algorithm>
 #include <iostream>
 #include <sstream>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]