Browse Source

Silence warning with newer glibc.

master
Con Kolivas 7 years ago
parent
commit
8fb1a97fb0
  1. 3
      src/ckpmsg.c

3
src/ckpmsg.c

@ -1,5 +1,5 @@
/* /*
* Copyright 2014-2016 Con Kolivas * Copyright 2014-2018 Con Kolivas
* Copyright 2014-2016 Andrew Smith * Copyright 2014-2016 Andrew Smith
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
@ -16,6 +16,7 @@
#include <string.h> #include <string.h>
#include <termios.h> #include <termios.h>
#include <unistd.h> #include <unistd.h>
#include <ctype.h>
#include "libckpool.h" #include "libckpool.h"
#include "utlist.h" #include "utlist.h"

Loading…
Cancel
Save