1
1

add #include <sys/stat.h> for the mkfifo() prototype.

This commit was SVN r3771.
Этот коммит содержится в:
Rich Graham 2004-12-10 04:32:49 +00:00
родитель 2ee47e0708
Коммит 0d76949743

Просмотреть файл

@ -18,6 +18,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h> /* for mkfifo */
#include "include/constants.h"
#include "include/sys/cache.h"