aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 8906d68cabe..34dff11982f 100644
--- a/src/data.c
+++ b/src/data.c
@@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
28#include "buffer.h" 28#include "buffer.h"
29#endif 29#endif
30 30
31#include "emacssignal.h" 31#include "syssignal.h"
32 32
33#ifdef LISP_FLOAT_TYPE 33#ifdef LISP_FLOAT_TYPE
34#include <math.h> 34#include <math.h>