summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 593fcd64c..79aab5ab6 100644
--- a/defines.h
+++ b/defines.h
@@ -207,7 +207,7 @@ typedef int ssize_t;
207#ifndef HAVE_CLOCK_T 207#ifndef HAVE_CLOCK_T
208typedef long clock_t; 208typedef long clock_t;
209# define HAVE_CLOCK_T 209# define HAVE_CLOCK_T
210#endif; /* HAVE_CLOCK_T */ 210#endif /* HAVE_CLOCK_T */
211 211
212#ifndef HAVE_SA_FAMILY_T 212#ifndef HAVE_SA_FAMILY_T
213typedef int sa_family_t; 213typedef int sa_family_t;