summaryrefslogtreecommitdiff
path: root/openbsd-compat/glob.h
diff options
context:
space:
mode:
authortim <tim>2010-10-25 01:35:55 +0000
committertim <tim>2010-10-25 01:35:55 +0000
commit0e0d5fcdc34001b87804c1eb41d521a22114af16 (patch)
treec78fabc604ee7c0833306163df323dd8a4fa57fd /openbsd-compat/glob.h
parentd138bcf44cbef6619430ba15128262e79e904c16 (diff)
downloadopenssh-0e0d5fcdc34001b87804c1eb41d521a22114af16.tar.gz
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with
1.12 to unbreak Solaris build. ok djm@
Diffstat (limited to 'openbsd-compat/glob.h')
-rw-r--r--openbsd-compat/glob.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/glob.h b/openbsd-compat/glob.h
index 4de16ffc..f8a7fa5f 100644
--- a/openbsd-compat/glob.h
+++ b/openbsd-compat/glob.h
@@ -45,7 +45,6 @@
#ifndef _GLOB_H_
#define _GLOB_H_
-#include <sys/cdefs.h>
#include <sys/stat.h>
struct stat;