0c125fbe75
PR: 208293 Submitted by: aehlig@linta.de (maintainer)
10 lines
199 B
C
10 lines
199 B
C
--- src/events.c.orig 2016-02-28 14:27:33 UTC
|
|
+++ src/events.c
|
|
@@ -5,6 +5,7 @@
|
|
#include "util.h"
|
|
#include "uzbl-core.h"
|
|
|
|
+#include <stdarg.h>
|
|
#include <string.h>
|
|
|
|
const char *event_table[] = {
|