diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:34:58 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:56 -0500 |
| commit | ea481338b5f16fd81a7b33e036ead39b918a51af (patch) | |
| tree | 93fcb3de5afdec06c6f21d344c4e9f046bf2804d /openbox/resist.h | |
| parent | 8439c393d8c1dfb7db5cebd57d2e1e084e60234a (diff) | |
make the obt library branch compile again with all the changes merged in from backport
Diffstat (limited to 'openbox/resist.h')
| -rw-r--r-- | openbox/resist.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openbox/resist.h b/openbox/resist.h index a2b3f160..31cc7177 100644 --- a/openbox/resist.h +++ b/openbox/resist.h @@ -19,10 +19,12 @@ #ifndef ob__resist_h #define ob__resist_h -struct _ObClient; +#include "misc.h" #include <glib.h> +struct _ObClient; + /*! @x The client's x destination (in the client's coordinates, not the frame's @y The client's y destination (in the client's coordinates, not the frame's */ |
