Move uthash into 3rdparty

This commit is contained in:
Kovid Goyal 2023-11-14 10:14:12 +05:30
parent 56dcbca238
commit 33102d8c4e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 1 additions and 1 deletions

View File

View File

@ -9,4 +9,4 @@
#include "data-types.h"
#define uthash_fatal(msg) fatal(msg)
#define hash_handle_type UT_hash_handle
#include "uthash.h"
#include "../3rdparty/uthash.h"