server: include user.h in the new winstation.c to avoid a warning from -Wmissing-declarations

Mike McCormack mike at codeweavers.com
Wed Jun 8 20:15:13 CDT 2005


ChangeLog:
* include user.h in the new winstation.c to avoid a warning from 
-Wmissing-declarations
-------------- next part --------------
Index: server/winstation.c
===================================================================
RCS file: /home/wine/wine/server/winstation.c,v
retrieving revision 1.1
diff -u -p -r1.1 winstation.c
--- server/winstation.c	8 Jun 2005 18:44:50 -0000	1.1
+++ server/winstation.c	9 Jun 2005 01:16:39 -0000
@@ -32,6 +32,7 @@
 #include "handle.h"
 #include "request.h"
 #include "process.h"
+#include "user.h"
 #include "wine/unicode.h"
 
 struct winstation


More information about the wine-patches mailing list