fix build

This commit is contained in:
Omar Polo 2021-01-11 12:53:46 +00:00
parent b9220ca4de
commit 28778244d6
2 changed files with 1 additions and 1 deletions

1
gmid.c
View File

@ -15,7 +15,6 @@
*/
#include <sys/mman.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <assert.h>

1
gmid.h
View File

@ -19,6 +19,7 @@
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <poll.h>
#include <stdio.h>