aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/client.c b/client.c
index 41be5f5..dfa7718 100644
--- a/client.c
+++ b/client.c
@@ -15,9 +15,11 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: client.c,v 1.70 2009/12/15 03:24:36 okan Exp $
+ * $Id: client.c,v 1.71 2009/12/15 03:34:34 okan Exp $
*/
+#include <assert.h>
+
#include "calmwm.h"
static struct client_ctx *client_mrunext(struct client_ctx *);