fix guile build

This commit is contained in:
Dirk-Jan C. Binnema
2020-02-25 07:39:00 +02:00
parent aea6db4485
commit 20eea6153f
5 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,5 @@
/* -*- mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
**
** Copyright (C) 2012-2013 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
/*
** Copyright (C) 2012-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
**
** This program is free software; you can redistribute it and/or modify it
** under the terms of the GNU General Public License as published by the
@ -25,14 +24,13 @@
#include <glib.h>
#include <glib/gstdio.h>
#include "../mu-query.h"
#include <lib/mu-query.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include "test-mu-common.h"
#include "mu-store.hh"
#include <lib/mu-store.hh>
/* tests for the command line interface, uses testdir2 */