aboutsummaryrefslogtreecommitdiff
path: root/include/os_linux.h
blob: d418090f1f9df60380c11a5ee0fc77682c05bd3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef STASIS_OS_LINUX_H
#define STASIS_OS_LINUX_H

#include <limits.h>

#ifndef PATH_MAX
#include <linux/limits.h>
#endif

#endif