-LRN: Add missing declaration
authorChristian Grothoff <christian@grothoff.org>
Tue, 28 Feb 2012 17:29:38 +0000 (17:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 28 Feb 2012 17:29:38 +0000 (17:29 +0000)
src/util/os_priority.c

index 4bcb481a628099730412153d2a0c6a407be514ad..a1f173a5e585adfe47148d762652b9055e37101a 100644 (file)
@@ -850,6 +850,7 @@ GNUNET_OS_start_process_vap (int pipe_control,
   int argc, arg_count;
   HANDLE stdin_handle;
   HANDLE stdout_handle;
+  struct GNUNET_DISK_FileHandle *control_pipe;
 
   char path[MAX_PATH + 1];