diff options
| author | deraadt <deraadt> | 2015-05-31 23:27:06 +0000 |
|---|---|---|
| committer | deraadt <deraadt> | 2015-05-31 23:27:06 +0000 |
| commit | 7e067cb9dc122ac3296af116c7028d7aa5f4322e (patch) | |
| tree | 6b9277e057bde56e322c948290683bd4a29b10fd | |
| parent | 2a8c2648f0375994715b2fea9de144b15c9588a2 (diff) | |
| download | rtmux-7e067cb9dc122ac3296af116c7028d7aa5f4322e.tar.gz rtmux-7e067cb9dc122ac3296af116c7028d7aa5f4322e.tar.bz2 rtmux-7e067cb9dc122ac3296af116c7028d7aa5f4322e.zip | |
does not need syslog.h
| -rw-r--r-- | server.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <syslog.h> #include <termios.h> #include <time.h> #include <unistd.h> |