mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-04 22:08:21 +00:00
15 lines
211 B
C
15 lines
211 B
C
/*
|
|
* Too bad we don't have symlinks for GNO ...
|
|
*
|
|
* $Id: syslog.h,v 1.1 1997/02/28 04:42:03 gdr Exp $
|
|
*/
|
|
|
|
#ifndef _SYSLOG_H_
|
|
#define _SYSLOG_H_
|
|
|
|
#ifndef _SYS_SYSLOG_H_
|
|
#include <sys/syslog.h>
|
|
#endif
|
|
|
|
#endif
|