In my header file I have this
typedef struct _client_value
{
int client_id;
struct timeval t;
size_t size;
char value[0];
} client_value;
I already included <time.h> but when I compiled, it said: field 't' has incomplete type struct timeval t.
I don't understand how this could happen.
Its #include <sys/time.h>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With