From a982f1bad9493eb09104aafe76538cc87f3c98e7 Mon Sep 17 00:00:00 2001 From: Achille Roussel Date: Tue, 26 Mar 2024 19:53:46 -0700 Subject: [PATCH] v0.4.1: fix build Signed-off-by: Achille Roussel --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 44212f1a..417f4640 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ Extension( name="dispatch.experimental.durable.frame", sources=["src/dispatch/experimental/durable/frame.c"], + include_dirs=["src/dispatch/experimental/durable"], ), ] )