mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
stddef.h is required by offsetof()
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <time.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
Author: Xie Han (xiehan@sogou-inc.com)
|
||||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include "poller.h"
|
||||
#include "mpoller.h"
|
||||
|
||||
Reference in New Issue
Block a user