]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/mach/gettimeofday.c: Include <stddef.h>.
authorMark Kettenis <kettenis@gnu.org>
Sat, 10 Feb 2001 12:43:11 +0000 (12:43 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 10 Feb 2001 12:43:11 +0000 (12:43 +0000)
2001-02-10  Mark Kettenis  <kettenis@gnu.org>

* sysdeps/mach/gettimeofday.c: Include <stddef.h>.

ChangeLog
sysdeps/mach/gettimeofday.c

index e468d4e888690e046e2e8a2aa87b61f0149e0f46..0d5ca23fd76f7ec852cfdc79787435a6205f58de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * sysdeps/mach/gettimeofday.c: Include <stddef.h>.
+
 2001-02-10  Andreas Jaeger  <aj@suse.de>
 
        * wctype/wcfuncs.c (func): Add prototype declarations to avoid
index 21e992e7f42ad012b19402efd73c2975f14773e5..db67d350f775840dc22aa3c7656d26d176cea7bc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991,1992,1995,1996,1997,2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -17,6 +17,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <errno.h>
+#include <stddef.h>
 #include <sys/time.h>
 #include <mach.h>
 
This page took 0.058817 seconds and 5 git commands to generate.