fix(wpa_supplicant): fix sys/types include

This commit is contained in:
Alexey Lapshin 2023-07-17 12:31:56 +04:00
parent 71713bcdb5
commit a41e3d408f

View File

@ -14,6 +14,7 @@
#ifndef OS_H
#define OS_H
#include <sys/types.h>
#include "esp_types.h"
#include <string.h>
#include <stdio.h>