blob: 11cf5c737d9f603f4c72acfc9b7fdc94f72eb84f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- keystack.c.orig 2020-03-24 16:28:07 UTC
+++ keystack.c
@@ -11,6 +11,7 @@
#include <stdlib.h>
#include <string.h>
+#include "config.h"
#include "keystack.h"
static void
|