mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-02-14 17:51:51 +00:00
dawn: fix missing stdint.h include
This commit is contained in:
parent
f03f55ff92
commit
b967c1e0b6
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue