fix compilation problem on gcc 4.4
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 3 Mar 2010 20:54:06 +0000 (15:54 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 3 Mar 2010 20:54:06 +0000 (15:54 -0500)
libinterfork/interfork.c

index a92a2bd76f50251cf139303f9603c737e6ffba62..746bbf58992bf2cb8deb9d469170d66698e3026b 100644 (file)
@@ -26,6 +26,8 @@
 #include <ust/tracectl.h>
 #include "usterr.h"
 
+struct user_desc;
+
 pid_t fork(void)
 {
        static pid_t (*plibc_func)(void) = NULL;
This page took 0.023456 seconds and 4 git commands to generate.