]> mj.ucw.cz Git - libucw.git/blobdiff - lib/pagecache.c
Adapted to new unicode includes.
[libucw.git] / lib / pagecache.c
index 955b97c18af4a51b306287b265b3bcb3e71bf039..6a2643dfae7547caceae0098ec926b076fd8f141 100644 (file)
@@ -16,6 +16,7 @@
 #include <string.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <alloca.h>
 
 struct page_cache {
   list free_pages;                     /* LRU queue of free non-dirty pages */