mount: drop duplicated includes
[project/mountd.git] / include / sys.h
1 #ifndef _SYS_H__
2 #define _SYS_H__
3
4 int system_printf(char *fmt, ...);
5
6 #endif