blob: 21b7ac4c919c188907453feb892a70d0bc866f54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.2 2004/03/17 07:07:43 soren Exp $
--- work/gsmlib-1.10/gsmlib/gsm_unix_serial.cc.orig 2004-03-17 07:51:52.000000000 +0100
+++ work/gsmlib-1.10/gsmlib/gsm_unix_serial.cc 2004-03-17 07:51:57.000000000 +0100
@@ -26,6 +26,7 @@
#include <sys/ioctl.h>
#include <signal.h>
#include <pthread.h>
+#include <assert.h>
using namespace std;
using namespace gsmlib;
|