Add missing config.h includes
authorJon A. Cruz <jonc@osg.samsung.com>
Sun, 31 May 2015 22:09:26 +0000 (08:09 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Sun, 31 May 2015 22:20:59 +0000 (08:20 +1000)
Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-middle-button.c
src/evdev-mt-touchpad-buttons.c
src/evdev-mt-touchpad-edge-scroll.c
src/timer.c

index 903fa4d0d73857c15e390f9cf8f5aae0137d4e5b..c9894865e1f2c565e7476705ad35f1efedd55e72 100644 (file)
@@ -20,6 +20,8 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "config.h"
+
 #include <stdint.h>
 
 #include "evdev.h"
index 64e9d289ae6c8052ccf21fd9f95f54930d24983d..4b1d6ab595d91725e154d2c72da6077425fa1f63 100644 (file)
@@ -20,6 +20,8 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "config.h"
+
 #include <errno.h>
 #include <limits.h>
 #include <math.h>
index 585c764c424686cc141cd6fc0549b77c0bafad79..2302d2c0081bcbf1741e6afd19612ca7cb6db428 100644 (file)
@@ -20,6 +20,8 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "config.h"
+
 #include <errno.h>
 #include <limits.h>
 #include <math.h>
index dbd38940ff6d2a023c2ef66406dc5fb0a1261e45..1e507df1cb735a906c0b0bf953ce644fe71bc34a 100644 (file)
@@ -20,6 +20,8 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "config.h"
+
 #include <assert.h>
 #include <errno.h>
 #include <inttypes.h>