]> sigrok.org Git - libsigrok.git/blobdiff - tests/input_binary.c
kingst-la2016: fix segfault that often occurs when a capture is aborted
[libsigrok.git] / tests / input_binary.c
index 1ecfb082bdf61daa1674a4c12bd1b69dea944dcb..bef604172e06440038123f4ead8934b13c184e4b 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <check.h>
 #include <glib/gstdio.h>
-#include "../include/libsigrok/libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "lib.h"
 
 #define BUFSIZE (1000 * 1000)