mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10:00
10 lines
193 B
C
10 lines
193 B
C
#ifndef NVIM_OS_SIGNAL_H
|
|
#define NVIM_OS_SIGNAL_H
|
|
|
|
#include "nvim/os/event_defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "os/signal.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_OS_SIGNAL_H
|