summaryrefslogtreecommitdiff
path: root/shm
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-11-24 22:19:32 -0500
committerRyan Lortie <desrt@desrt.ca>2013-11-24 22:20:15 -0500
commite6b01ab760fe29c80b343699237c9dfe4d237b22 (patch)
tree1aea359ae8ed5592af8b76843e046859dbc24dff /shm
parent6c0299147e7750820e468dd3ee1f0e606b3ceb34 (diff)
downloaddconf-e6b01ab760fe29c80b343699237c9dfe4d237b22.tar.gz
Add missing "config.h" include everywhere
We ought to be including this from each .c file.
Diffstat (limited to 'shm')
-rw-r--r--shm/dconf-shm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shm/dconf-shm.c b/shm/dconf-shm.c
index 57890c6..6faf391 100644
--- a/shm/dconf-shm.c
+++ b/shm/dconf-shm.c
@@ -20,6 +20,8 @@
* Author: Ryan Lortie <desrt@desrt.ca>
*/
+#include "config.h"
+
#include "dconf-shm.h"
#include <sys/mman.h>