blob: c6fd1f8bfec12630959a055e186063946d3380e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- whiptail.c 2009-09-24 11:03:09.000000000 -0400
+++ whiptail.c 2010-01-06 01:17:31.000000000 -0500
@@ -9,4 +9,5 @@
#include <wchar.h>
#include <slang.h>
+#include <sys/stat.h>
#include "nls.h"
|