]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include stdio.h.
authorJim Meyering <jim@meyering.net>
Mon, 8 Feb 1999 03:29:36 +0000 (03:29 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 8 Feb 1999 03:29:36 +0000 (03:29 +0000)
src/uptime.c

index 352f0ab4bb3c471761155b1f887278ccadbc632f..993f3fbfdffd7dc636339e48e2898b9a0833e6d8 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU's uptime.
-   Copyright (C) 92, 93, 94, 95, 96, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1992-1999 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -19,6 +19,7 @@
 
 #include <config.h>
 #include <getopt.h>
+#include <stdio.h>
 
 #include "error.h"
 #include "readutmp.h"