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>