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
/
mmap_anon.h
blob
e0f2d4e1ed0654a12992088510bdd8b64ef7b12c
1
#ifndef _OSDEP_MMAP_ANON_H_
2
#define _OSDEP_MMAP_ANON_H_
3
4
#include <sys/types.h>
5
6
void
*
mmap_anon
(
void
*,
size_t
,
int
,
int
,
off_t
);
7
8
#endif
/* _OSDEP_MMAP_ANON_H_ */