dawn: fix missing stdint.h include

This commit is contained in:
Polynomialdivision 2020-03-28 21:13:16 +01:00
parent f03f55ff92
commit b967c1e0b6

View file

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <stdint.h>
/**
* Get RSSI using the mac adress of the client.