Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6348294

Browse files
committed
More cleanups (this one will most likely break under Win32, if anyone is
working on it)
1 parent82400d4 commit6348294

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎src/include/utils/dynamic_loader.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: dynamic_loader.h,v 1.1 1996/08/28 01:58:49 scrappy Exp $
9+
* $Id: dynamic_loader.h,v 1.2 1996/11/04 08:14:05 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndefDYNAMIC_LOADER_H
1414
#defineDYNAMIC_LOADER_H
1515

16+
#include<sys/types.h>
17+
1618
#ifdefMIN
1719
#undef MIN
1820
#undef MAX
@@ -22,10 +24,7 @@
2224
#defineMAXPATHLEN 250
2325
#endif
2426

25-
#include<sys/param.h>/* for MAXPATHLEN */
26-
#include<sys/types.h>/* for dev_t, ino_t, etc. */
2727
#ifdefWIN32
28-
#include<wchar.h>
2928
#endif
3029

3130
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp