Browse Source

some missing includes, from Joerg Sonnenberger <joerg@britannica.bec.de>

OPENBSD_3_7
henning 19 years ago
parent
commit
b89628e731
3 changed files with 6 additions and 3 deletions
  1. +2
    -1
      src/usr.sbin/ntpd/ntp.c
  2. +2
    -1
      src/usr.sbin/ntpd/ntpd.h
  3. +2
    -1
      src/usr.sbin/ntpd/util.c

+ 2
- 1
src/usr.sbin/ntpd/ntp.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: ntp.c,v 1.41 2004/11/10 11:47:28 henning Exp $ */
/* $OpenBSD: ntp.c,v 1.42 2004/11/12 17:24:52 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@ -27,6 +27,7 @@
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include "ntpd.h"


+ 2
- 1
src/usr.sbin/ntpd/ntpd.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: ntpd.h,v 1.43 2004/11/10 11:47:28 henning Exp $ */
/* $OpenBSD: ntpd.h,v 1.44 2004/11/12 17:24:52 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@ -20,6 +20,7 @@
#include <sys/uio.h>
#include <sys/socket.h>
#include <sys/queue.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>


+ 2
- 1
src/usr.sbin/ntpd/util.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: util.c,v 1.8 2004/07/10 22:24:20 alexander Exp $ */
/* $OpenBSD: util.c,v 1.9 2004/11/12 17:24:52 henning Exp $ */
/*
* Copyright (c) 2004 Alexander Guy <alexander.guy@andern.org>
@ -17,6 +17,7 @@
*/
#include <sys/time.h>
#include <limits.h>
#include "ntpd.h"


Loading…
Cancel
Save