1
0
Fork 0
mirror of https://github.com/hufrea/byedpi.git synced 2025-03-08 01:55:56 +03:00

better include guards for error.h

This commit is contained in:
dartvader316 2024-08-07 16:05:14 +03:00
parent 64639d6661
commit a7a219c4f8

View file

@ -1,5 +1,5 @@
#ifndef ERROR_H
#define ERROR_H
#ifndef CIADPI_ERROR_H
#define CIADPI_ERROR_H
#include <stdio.h>
#include <errno.h>