20 lines
450 B
Text
20 lines
450 B
Text
$NetBSD: patch-aq,v 1.1 2001/02/23 22:19:42 tron Exp $
|
|
|
|
--- src/main.c.orig Sat Nov 21 15:43:37 1998
|
|
+++ src/main.c Fri Feb 23 22:33:25 2001
|
|
@@ -21,14 +21,13 @@
|
|
#include "read.h"
|
|
#include "resource.h"
|
|
#include "save.h"
|
|
+#include "sysdeps.h"
|
|
#include "server.h"
|
|
#include "tag.h"
|
|
#include "thread.h"
|
|
#include "uudecode.h"
|
|
#include "widgets.h"
|
|
#include "xutil.h"
|
|
-
|
|
-#include "sysdeps.h"
|
|
|
|
struct Global global = {0, };
|
|
XtAppContext app_cont;
|