view recpt1/mkpath.h @ 83:b8032e8099de

include linux/sched.h explicitly. that file might be missing on some distributions.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 09 Jan 2010 12:50:24 +0900
parents f1553492e8bb
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

int mkpath(const char *path, mode_t mode);

#endif