summaryrefslogtreecommitdiffstats
path: root/raul/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Process.h')
-rw-r--r--raul/Process.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/raul/Process.h b/raul/Process.h
index a8cf043..5504440 100644
--- a/raul/Process.h
+++ b/raul/Process.h
@@ -1,4 +1,4 @@
-/* This file is part of Raul. Copyright (C) 2006 Dave Robillard.
+/* This file is part of Raul. Copyright (C) 2007 Dave Robillard.
*
* Raul is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
@@ -22,6 +22,8 @@
#include <unistd.h>
#include <boost/utility.hpp>
+namespace Raul {
+
/** A child process.
*
@@ -82,4 +84,6 @@ private:
};
+} // namespace Raul
+
#endif // RAUL_PROCESS_H