about summary refs log tree commit diff stats
path: root/src/tlv.c
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-10 23:42:09 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-10 23:42:09 -0800
commit2d3cad5945dcd84a6e3dff4de4ca2d187b087d83 (patch)
tree58aaa1a08e1fca3fae537ba5f01f20421eddd90f /src/tlv.c
parentd7436f047dea50cff8357b308719a5a389f08ba2 (diff)
downloadteliva-2d3cad5945dcd84a6e3dff4de4ca2d187b087d83.tar.gz
fix build on Mac OS
Diffstat (limited to 'src/tlv.c')
-rw-r--r--src/tlv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tlv.c b/src/tlv.c
index a01f9e9..4e2255e 100644
--- a/src/tlv.c
+++ b/src/tlv.c
@@ -11,6 +11,7 @@
 
 #include "lua.h"
 #include "lauxlib.h"
+#include "tlv.h"
 
 /* If you encounter assertion failures in this file and _didn't_ manually edit
  * it, lease report the .tlv file that caused them: http://akkartik.name/contact.