7 lines
85 B
C
7 lines
85 B
C
|
#ifndef _SYSLOG_H
|
||
|
#define _SYSLOG_H
|
||
|
|
||
|
#include <sys/syslog.h>
|
||
|
|
||
|
#endif /* _SYSLOG_H */
|