]> git.tdb.fi Git - builder.git/blobdiff - source/misc.cpp
Use ExternalTask rather than run_command for running pkg-config
[builder.git] / source / misc.cpp
index aadc056ea334f3784ad5adf124ca5919c465239d..c85f840815ae739aaf54ed24960128691d48e9a8 100644 (file)
@@ -1,14 +1,8 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <sys/wait.h>
 #include <fcntl.h>
 #include <cstdlib>
 #include <cstring>
+#include <unistd.h>
 #include <msp/io/print.h>
 #include "misc.h"