Add missing includes

This commit is contained in:
pwpiwi 2020-01-23 17:02:33 -05:00
commit ac37ee816b
3 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,8 @@
#include "comms.h"
#include <stdio.h>
#include <stddef.h>
#include <string.h>
#include <pthread.h>
#include <inttypes.h>