summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/session.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/session.c b/openbox/session.c
index 2ad31ee6..f6314dd2 100644
--- a/openbox/session.c
+++ b/openbox/session.c
@@ -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