]> Dogcows Code - chaz/openbox/commitdiff
compile fixes
authorDana Jansens <danakj@orodu.net>
Fri, 1 Aug 2003 02:57:11 +0000 (02:57 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 1 Aug 2003 02:57:11 +0000 (02:57 +0000)
openbox/session.c

index 2ad31ee613b09027809ea00f3f614fb6acc19426..f6314dd2d62462ae8637f586f7432ae2ace558e8 100644 (file)
@@ -2,10 +2,13 @@
 
 #ifndef USE_SM
 
+#include "session.h"
+#include "client.h"
+
 void session_load(char *path) {}
 void session_startup(int argc, char **argv) {}
 void session_shutdown() {}
-ObSessionState* session_state_find(struct _ObClient *c) { return NULL; }
+ObSessionState* session_state_find(ObClient *c) { return NULL; }
 void session_state_free(ObSessionState *state) {}
 
 #else
This page took 0.026667 seconds and 4 git commands to generate.