We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82400d4 commit 6348294Copy full SHA for 6348294
src/include/utils/dynamic_loader.h
@@ -6,13 +6,15 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: dynamic_loader.h,v 1.1 1996/08/28 01:58:49 scrappy Exp $
+ * $Id: dynamic_loader.h,v 1.2 1996/11/04 08:14:05 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef DYNAMIC_LOADER_H
14
#define DYNAMIC_LOADER_H
15
16
+#include <sys/types.h>
17
+
18
#ifdef MIN
19
#undef MIN
20
#undef MAX
@@ -22,10 +24,7 @@
22
24
#define MAXPATHLEN 250
23
25
#endif
26
-#include <sys/param.h> /* for MAXPATHLEN */
-#include <sys/types.h> /* for dev_t, ino_t, etc. */
27
#ifdef WIN32
28
-#include <wchar.h>
29
30
31
/*
0 commit comments