diff options
Diffstat (limited to 'src/syssignal.h')
-rw-r--r-- | src/syssignal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syssignal.h b/src/syssignal.h index 45ea8f1af3c..370948c429b 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -18,7 +18,6 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <signal.h> -#include <stdbool.h> extern void init_signals (bool); |