about summary refs log tree commit diff stats
path: root/src/common.h
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2016-05-26 14:44:26 -0400
committerFedor Indutny <fedor@indutny.com>2016-05-26 14:44:26 -0400
commitb0a811cf3b097753254170dc6fd08e34f8c2b70d (patch)
tree1d1a7bd20826297b5d0c881d534478ba12f3101e /src/common.h
parente018867ffaaa13975df29c9664914f7abdc43b2d (diff)
downloaduv_link_t-b0a811cf3b097753254170dc6fd08e34f8c2b70d.tar.gz
gyp: include_dirs=.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 8ea5b48..24fce71 100644
--- a/src/common.h
+++ b/src/common.h
@@ -4,7 +4,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "uv_link_t.h"
+#include "include/uv_link_t.h"
 
 #define container_of(ptr, type, member) \
   ((type *) ((char *) (ptr) - offsetof(type, member)))