Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 675 → Rev 676

/pkgnet/tags/20220214/watt32/inc/syslog.h
0,0 → 1,9
/*!\file inc/syslog.h
* syslog header.
*/
/*
* POSIX requires (AFAIK) this file in a base-dir
*/
#ifndef __SYS_SYSLOG_H
#include <sys/syslog.h>
#endif