diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index bd01d7bb461..694d975ec3d 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -61,8 +61,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 61 | # include <sys/socket.h> | 61 | # include <sys/socket.h> |
| 62 | #endif | 62 | #endif |
| 63 | 63 | ||
| 64 | #if defined HAVE_LINUX_SECCOMP_H \ | 64 | #if defined HAVE_LINUX_SECCOMP_H && defined HAVE_LINUX_FILTER_H \ |
| 65 | && HAVE_DECL_SECCOMP_SET_MODE_FILTER \ | 65 | && HAVE_DECL_SECCOMP_SET_MODE_FILTER \ |
| 66 | && HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC | 66 | && HAVE_DECL_SECCOMP_FILTER_FLAG_TSYNC |
| 67 | # define SECCOMP_USABLE 1 | 67 | # define SECCOMP_USABLE 1 |
| 68 | #else | 68 | #else |