neodotfiles/user/.config/suckless/dmenu/patch/include.h

12 lines
212 B
C
Raw Normal View History

2022-06-07 02:15:35 +00:00
#if DYNAMIC_OPTIONS_PATCH
#include "dynamicoptions.h"
#endif
#if JSON_PATCH
#include "json.h"
#endif
#if NON_BLOCKING_STDIN_PATCH
#include "nonblockingstdin.h"
#endif
#if NUMBERS_PATCH
#include "numbers.h"
#endif