blob: c7569e8691d5f20a249ebc82794f0a1002aa2df6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/ghostess.c.orig 2012-01-06 06:11:54 UTC
+++ src/ghostess.c
@@ -57,6 +57,7 @@
#include <dirent.h>
#include <pthread.h>
#include <math.h>
+#include <errno.h>
#include <glib.h>
#include <gtk/gtk.h>
|