Use syslog.h instead of sys/syslog.h.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-07-18 18:42:05 +00:00
rodzic 40b834f3f0
commit 2c893b06b4
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -38,7 +38,7 @@
whether to permit this exception to apply to your modifications.
If you do not wish that, delete this exception notice. */
#include "sane/config.h"
#include "../include/sane/config.h"
#include <ctype.h>
#include <stdio.h>
@ -48,7 +48,7 @@
#endif
#include <string.h>
#include <stdarg.h>
#include <sys/syslog.h>
#include <syslog.h>
#ifdef HAVE_OS2_H
#include <sys/types.h>
#endif
@ -63,7 +63,7 @@
#endif
#define BACKEND_NAME sanei_debug
#include "sane/sanei_debug.h"
#include "../include/sane/sanei_debug.h"
void
sanei_init_debug (const char * backend, int * var)