common.h change from user header include to system header include

This commit is contained in:
hexcoder-
2020-12-04 08:43:58 +01:00
parent b31d5a7cef
commit e9a342f3d9

View File

@ -31,8 +31,8 @@
#include <string.h>
#include <unistd.h>
#include <sys/time.h>
#include <stdbool.h>
#include "types.h"
#include "stdbool.h"
/* STRINGIFY_VAL_SIZE_MAX will fit all stringify_ strings. */