Fix build with gcc 3.3.
This commit is contained in:
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
10
chinese/zhcon/files/patch-src::inputclient.h
Normal file
10
chinese/zhcon/files/patch-src::inputclient.h
Normal 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"
|
||||
|
10
chinese/zhcon/files/patch-src::mouse.cpp
Normal file
10
chinese/zhcon/files/patch-src::mouse.cpp
Normal 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__)
|
Loading…
Reference in a new issue