Commit d12e6377 authored by dgeibi's avatar dgeibi

fix 'storage size isn’t known'

the error occur when building ipk of OpenWrt trunk
reference: http://stackoverflow.com/questions/8620478/c-error-storage-size-isn-t-known
parent 943b58f1
......@@ -3,7 +3,7 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
#include <time.h>
#include <sys/time.h>
#ifdef WIN32
#include <winsock2.h>
typedef int socklen_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment