Skip to content

Commit

Permalink
Move uthash into 3rdparty
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 14, 2023
1 parent 250aa3a commit f8b679e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion kitty/kitty-uthash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f8b679e

Please sign in to comment.