]> git.tdb.fi Git - gldbg.git/blobdiff - source/process.cpp
Replace per-file license notices with License.txt
[gldbg.git] / source / process.cpp
index e198df2d10e63d6914a61b23cdb2b5f36b7b861e..88cb0fac533ebf3521c1f5e0139cb1eabb550961 100644 (file)
@@ -1,14 +1,8 @@
-/* $Id$
-
-This file is part of gldbg
-Copyright © 2009, 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the GPL
-*/
-
 #include <stdexcept>
 #include <cstdlib>
 #include <cerrno>
 #include <cstring>
+#include <unistd.h>
 #include <sys/ptrace.h>
 #include <sys/wait.h>
 #include "process.h"