forked from espressif/esp-idf
fix(wpa_supplicant): fix sys/types include
This commit is contained in:
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
#ifndef OS_H
|
#ifndef OS_H
|
||||||
#define OS_H
|
#define OS_H
|
||||||
|
#include <sys/types.h>
|
||||||
#include "esp_types.h"
|
#include "esp_types.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Reference in New Issue
Block a user