moonbridge

diff moonbridge.c @ 136:ae23bcae95d1

Restored Linux compatibility regarding #include section
author jbe
date Thu Apr 16 22:12:34 2015 +0200 (2015-04-16)
parents 795bc86be569
children 05fd82e3cfb7
line diff
     1.1 --- a/moonbridge.c	Thu Apr 16 22:06:55 2015 +0200
     1.2 +++ b/moonbridge.c	Thu Apr 16 22:12:34 2015 +0200
     1.3 @@ -23,14 +23,13 @@
     1.4  #include <stdlib.h>
     1.5  #include <stdint.h>
     1.6  #include <string.h>
     1.7 -//#include <stdio.h>
     1.8  #include <errno.h>
     1.9  #include <unistd.h>
    1.10  #include <signal.h>
    1.11  #include <sys/wait.h>
    1.12  #include <sys/resource.h>
    1.13  #include <poll.h>
    1.14 -//#include <time.h>
    1.15 +#include <time.h>
    1.16  #include <sys/time.h>
    1.17  #include <sys/socket.h>
    1.18  #include <sys/un.h>

Impressum / About Us