freebsd-ports/chinese/zhcon/files/patch-src-mouse.cpp
Cheng-Lung Sung fa698ae3b4 - Fix doc bug
- Make portlint more happy

PR:		ports/98125
Submitted by:	maintainer (chinsan)
2006-06-08 07:43:24 +00:00

10 lines
224 B
C++

--- 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__)