summaryrefslogtreecommitdiff
path: root/lib/ftoastr.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-05-19 13:45:46 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-05-19 13:46:22 -0700
commitb3c04ecec58ea687423f5c709410e6ecee4abd9b (patch)
tree42731a0f638008d66ecd940fe5da918b7719d3fb /lib/ftoastr.h
parent000c7de47a233ed7fc06e543d7a3b7721605ca75 (diff)
downloadgnulib-b3c04ecec58ea687423f5c709410e6ecee4abd9b.tar.gz
ftoastr: fix ifndef typo
* lib/ftoastr.h (_GL_FTOASTR_H): Define.
Diffstat (limited to 'lib/ftoastr.h')
-rw-r--r--lib/ftoastr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ftoastr.h b/lib/ftoastr.h
index d945cc064a..852e4000d2 100644
--- a/lib/ftoastr.h
+++ b/lib/ftoastr.h
@@ -18,6 +18,7 @@
/* Written by Paul Eggert. */
#ifndef _GL_FTOASTR_H
+#define _GL_FTOASTR_H
#include "intprops.h"
#include <float.h>