From bfd20c7a847cb70038381d06a0cbe7d003069d28 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Aug 2003 02:57:11 +0000 Subject: [PATCH] compile fixes --- openbox/session.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.44.0