repo.or.cz
/
mplayer
/
greg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing #include, fixes the warning:
[mplayer/greg.git]
/
osdep
/
glob.h
blob
d65dca41429cfe9d4ea1ac5724beb5fa6a6b1d78
1
#include
"config.h"
2
3
typedef
struct
{
4
size_t
gl_pathc
;
5
char
**
gl_pathv
;
6
size_t
gl_offs
;
7
}
glob_t
;
8
9
void
globfree
(
glob_t
*
pglob
);
10
11
int
glob
(
const char
*
pattern
,
int
flags
,
int
(*
errfunc
)(
const char
*
epath
,
int
eerrno
),
glob_t
*
pglob
);