mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
13 lines
266 B
C
13 lines
266 B
C
/*
|
|
* Copyright (C) 2021 Kovid Goyal <kovid at kovidgoyal.net>
|
|
*
|
|
* Distributed under terms of the GPL3 license.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "data-types.h"
|
|
#define uthash_fatal(msg) fatal(msg)
|
|
#define hash_handle_type UT_hash_handle
|
|
#include "../3rdparty/uthash.h"
|