blob: ea98554a5657e3a1597737bf690c2c1f144821bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- main.cc.orig Sat Jan 20 20:04:03 2001
+++ main.cc Sat Jan 20 20:04:19 2001
@@ -16,10 +16,7 @@
#include "screen.h"
#include "MessageIdStore.h"
#include <strings.h>
-
-extern "C" {
-#include <rxposix.h>
-}
+#include <regex.h>
/* Prototype for signal handler */
void cleanUp(int);
|