util: fix missing <assert.h> include

This commit is contained in:
Bert Belder 2018-05-04 02:44:25 +02:00
parent 2e4627ba4a
commit 33a6ee6889
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -1,6 +1,7 @@
#ifndef WEPOLL_UTIL_H_
#define WEPOLL_UTIL_H_
#include <assert.h>
#include <stddef.h>
#include "internal.h"