dmenu/patch/include.h

15 lines
262 B
C
Raw Normal View History

2020-08-05 12:27:15 +02:00
#if DYNAMIC_OPTIONS_PATCH
#include "dynamicoptions.h"
#endif
2022-09-04 22:33:24 +02:00
#if FZFEXPECT_PATCH
#include "fzfexpect.h"
#endif
2020-08-08 15:10:00 +02:00
#if JSON_PATCH
#include "json.h"
#endif
#if NON_BLOCKING_STDIN_PATCH
#include "nonblockingstdin.h"
2020-08-05 12:40:03 +02:00
#endif
#if NUMBERS_PATCH
#include "numbers.h"
#endif