Crash landing of the fix for bug #472883: BSD curses.h allready declares LL.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ typedef struct screen {
|
||||
int duration;
|
||||
int heartbeat;
|
||||
char *keys;
|
||||
LL *widgets;
|
||||
LinkedList *widgets;
|
||||
client *parent;
|
||||
} screen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user