Browse Source

Include <sys/time.h> for the declaration of struct bintime instead of

depending on namespace pollution in <sys/stat.h>.  struct bintime is
only needed to satisfy leakage of kernel interfaces to userland and
namespace bugs in those interfaces...
tags/ggatessh-v1.0.0
bde 20 years ago
parent
commit
1c1b7fce8a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ggated/ggated.c

+ 1
- 0
ggated/ggated.c View File

@@ -37,6 +37,7 @@
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/disk.h>
#include <sys/bio.h>
#include <netinet/in.h>


Loading…
Cancel
Save