Skip to content

Commit

Permalink
matdbg: fix a warning when building civetweb.
Browse files Browse the repository at this point in the history
  • Loading branch information
prideout committed Aug 26, 2019
1 parent 8765343 commit bc94269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/civetweb/src/civetweb.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ typedef unsigned short int in_port_t;
#include <sys/poll.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/utsname.h>
#include <sys/wait.h>
#include <time.h>
Expand Down

0 comments on commit bc94269

Please sign in to comment.