summaryrefslogtreecommitdiff
path: root/openbsd-compat/glob.h
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-10-24 18:35:55 -0700
committerTim Rice <tim@multitalents.net>2010-10-24 18:35:55 -0700
commitbdd3e67c1965c262ae6a6ae1ac88d06dc4393bda (patch)
tree5d5054eb60f28999c14a08bdf7da2c34da38687d /openbsd-compat/glob.h
parent7bc236de2124070a68e6b2360418142b0784a526 (diff)
- (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 4de16ffc8..f8a7fa5ff 100644
--- a/openbsd-compat/glob.h
+++ b/openbsd-compat/glob.h
@@ -45,7 +45,6 @@
45#ifndef _GLOB_H_ 45#ifndef _GLOB_H_
46#define _GLOB_H_ 46#define _GLOB_H_
47 47
48#include <sys/cdefs.h>
49#include <sys/stat.h> 48#include <sys/stat.h>
50 49
51struct stat; 50struct stat;