summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pulsecore/flist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/flist.h b/src/pulsecore/flist.h
index 80fd86c1..102d30ea 100644
--- a/src/pulsecore/flist.h
+++ b/src/pulsecore/flist.h
@@ -41,7 +41,7 @@ int pa_flist_push(pa_flist*l, void *p);
void* pa_flist_pop(pa_flist*l);
#define PA_STATIC_FLIST_DECLARE(name, size) \
- struct { \
+ static struct { \
pa_flist *flist; \
pa_once_t once; \
} name##_static_flist = { NULL, PA_ONCE_INIT }; \