fixed import warnings for stdbool on some gcc versions

Change-Id: I979a95eae70d839e20434cc7f08c196c162671a8
This commit is contained in:
wbokslag 2023-07-26 16:55:36 +02:00
parent 615146270f
commit 167c2d7e9a
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <stdbool.h>
#include <osmocom/core/utils.h>

View File

@ -1,6 +1,8 @@
#ifndef TETRA_LLC_PDU_H
#define TETRA_LLC_PDU_H
#include <stdbool.h>
#include <osmocom/core/linuxlist.h>
/* Table 21.1 */