repo.or.cz
/
polipo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'parseint'
[polipo.git]
/
ftsimport.c
blob
324c0fac52284f1a92d0277b2134705bfb7fc01d
1
#ifndef _GNU_SOURCE
2
#define _GNU_SOURCE
3
#endif
4
5
#include
"polipo.h"
6
7
#ifndef HAVE_FTS
8
#include
"fts_compat.c"
9
#else
10
static int
dummy
ATTRIBUTE
((
unused
));
11
#endif
12