summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pulp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulp.h b/src/pulp.h
index fb270f0..b90b913 100644
--- a/src/pulp.h
+++ b/src/pulp.h
@@ -18,11 +18,11 @@
#define _PULP_H
#include <stdint.h>
-#include <thunk.h>
typedef struct pulp_fiber_t pulp_fiber_t;
typedef struct pulp_t pulp_t;
typedef uint64_t pulp_usec_t;
+typedef struct thunk_t thunk_t;
pulp_t * pulp_new(void);
void pulp_free(pulp_t *pulp);
© All Rights Reserved