Skip to content

Commit

Permalink
moved #include <signal.h> to from networkhandler.c to main.c was forg…
Browse files Browse the repository at this point in the history
…otton in the restructuring process. Thanks to emliber for reporting this issue
  • Loading branch information
Alois Zoitl committed Jun 4, 2012
1 parent 45bb75a commit f6445cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/ports/platform-pc/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>

#include "networkhandler.h"
#include "opener_api.h"
Expand Down
1 change: 0 additions & 1 deletion src/ports/platform-pc/networkhandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <unistd.h>
#include <errno.h>
#include <sys/time.h>
#include <signal.h>

#include <opener_api.h>
#include "networkhandler.h"
Expand Down

0 comments on commit f6445cb

Please sign in to comment.