- doc clarification (identity manages egos, not identities)
[oweals/gnunet.git] / src / arm / do_start_process.c
index b4bb10c6a728a0ccd99e5fdcd3bafa2c1ab3c66a..d8ee1f0c3f9f3044f72cff283c44b4b2d999100e 100644 (file)
@@ -18,6 +18,8 @@
      Boston, MA 02111-1307, USA.
 */
 
+#include "gnunet_os_lib.h"
+
 /**
  * Actually start a process.  All of the arguments given to this
  * function are strings that are used for the "argv" array.  However,
@@ -120,7 +122,7 @@ do_start_process (int pipe_control, unsigned int std_inheritance,
   va_end (ap);
   argv[argv_size] = NULL;
   binary_path = argv[0];
-  proc = GNUNET_OS_start_process_v (pipe_control, std_inheritance, lsocks, 
+  proc = GNUNET_OS_start_process_v (pipe_control, std_inheritance, lsocks,
                                    binary_path, argv);
   while (argv_size > 0)
     GNUNET_free (argv[--argv_size]);