aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 712b5ce5326..ba868bcd645 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -41,13 +41,13 @@ Boston, MA 02111-1307, USA. */
41 it is safe to use SIGIO. */ 41 it is safe to use SIGIO. */
42#ifndef NOT_C_CODE 42#ifndef NOT_C_CODE
43#ifdef emacs 43#ifdef emacs
44#ifdef HAVE_VERSION_H 44#ifdef HAVE_LINUX_VERSION_H
45#include <linux/version.h> 45#include <linux/version.h>
46 46
47#if LINUX_VERSION_CODE > 0x10200 47#if LINUX_VERSION_CODE > 0x10200
48#define LINUX_SIGIO_DOES_WORK 48#define LINUX_SIGIO_DOES_WORK
49#endif /* LINUX_VERSION_CODE > 0x10200 */ 49#endif /* LINUX_VERSION_CODE > 0x10200 */
50#endif /* HAVE_VERSION_H */ 50#endif /* HAVE_LINUX_VERSION_H */
51#endif /* emacs */ 51#endif /* emacs */
52#endif /* NOT_C_CODE */ 52#endif /* NOT_C_CODE */
53 53