Fix build with gcc 3.3.

This commit is contained in:
Kris Kennaway 2003-08-16 23:37:25 +00:00
parent 8cdaebb077
commit 4c393eec30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87090
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- src/inputclient.h.orig Sat Aug 16 16:34:06 2003
+++ src/inputclient.h Sat Aug 16 16:34:15 2003
@@ -19,6 +19,7 @@
#ifndef INPUTCLIENT_H
#define INPUTCLIENT_H
+#include <cassert>
#include <string>
#include "console.h"

View file

@ -0,0 +1,10 @@
--- src/mouse.cpp.orig Sat Aug 16 16:36:28 2003
+++ src/mouse.cpp Sat Aug 16 16:36:39 2003
@@ -18,6 +18,7 @@
#include "debug.h"
#include "mouse.h"
+#include <cassert>
#include <sys/signal.h>
#if defined(__FreeBSD__)