mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(wpa_supplicant): fix sys/types include
This commit is contained in:
parent
71713bcdb5
commit
a41e3d408f
@ -14,6 +14,7 @@
|
||||
|
||||
#ifndef OS_H
|
||||
#define OS_H
|
||||
#include <sys/types.h>
|
||||
#include "esp_types.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user