1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-11-03 20:54:07 +01:00

resolve complaint about undefined TREXIO_MAX_FILENAME_LENGTH and remove unused assert header

This commit is contained in:
q-posev 2021-07-20 11:36:23 +02:00
parent e06e0b3745
commit 88e777f68b

View File

@ -72,8 +72,8 @@ typedef int32_t trexio_exit_code;
#define _TREXIO_S_H #define _TREXIO_S_H
#include "trexio.h" #include "trexio.h"
#include "trexio_private.h"
#include <pthread.h> #include <pthread.h>
#include <assert.h>
#include <stdbool.h> #include <stdbool.h>
#+end_src #+end_src