diff options
Diffstat (limited to 'test/data/emacs-module')
| -rw-r--r-- | test/data/emacs-module/mod-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/emacs-module/mod-test.c b/test/data/emacs-module/mod-test.c index ad962d5f685..2891b73c1a0 100644 --- a/test/data/emacs-module/mod-test.c +++ b/test/data/emacs-module/mod-test.c | |||
| @@ -19,7 +19,9 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 19 | 19 | ||
| 20 | #include "config.h" | 20 | #include "config.h" |
| 21 | 21 | ||
| 22 | #undef NDEBUG | ||
| 22 | #include <assert.h> | 23 | #include <assert.h> |
| 24 | |||
| 23 | #include <errno.h> | 25 | #include <errno.h> |
| 24 | #include <limits.h> | 26 | #include <limits.h> |
| 25 | #include <stdio.h> | 27 | #include <stdio.h> |