include stdio for printf

This commit is contained in:
Martin Kroeker 2024-04-02 17:18:39 +02:00 committed by GitHub
parent 292d790b57
commit 9204077ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**********************************************************************************/ **********************************************************************************/
#include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <sys/auxv.h> #include <sys/auxv.h>