Commit 68256439 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing include

parent 2f763769
......@@ -35,6 +35,7 @@
#include <time.h> /* clock_gettime(), clock_nanosleep() */
#include <stdlib.h> /* lldiv() */
#include <assert.h>
#include <errno.h>
#if defined( PTH_INIT_IN_PTH_H ) /* GNU Pth */
......
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