tools: include config.h in libinput-list-devices and ptraccel-debug

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-12-05 20:56:23 +10:00
parent 68513d040d
commit 1e7281fe0a
2 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,8 @@
* DEALINGS IN THE SOFTWARE.
*/
#define _GNU_SOURCE
#include "config.h"
#include <errno.h>
#include <stdbool.h>
#include <stdio.h>

View file

@ -20,7 +20,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
#define _GNU_SOURCE
#include "config.h"
#include <assert.h>
#include <errno.h>