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
/
shmem.h
blob
f3ed9b26bb4e247656b9c5527b4a657d253d7323
1
2
void
*
shmem_alloc
(
int
size
);
3
void
shmem_free
(
void
*
p
,
int
size
);
4