blob: 56ee5572c35a7c8cf103864310b72cdc02ffca22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- proxies/graph_proxy.h.orig 2023-12-18 22:32:12 UTC
+++ proxies/graph_proxy.h
@@ -28,6 +28,7 @@
#define GRAPH_PROXY_H__61D1ED56_E33B_4F50_B45B_F520979E8AA7__INCLUDED
#include "common.h"
+#include <unistd.h>
typedef struct graph_proxy_tag { int unused; } * graph_proxy_handle;
|