mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10894069b0
commit
734d48fa33
3 changed files with 4 additions and 2 deletions
|
@ -19,6 +19,8 @@ Revision History:
|
|||
#ifndef FILE_PATH_H_
|
||||
#define FILE_PATH_H_
|
||||
|
||||
#include<string.h>
|
||||
|
||||
inline char const * get_extension(char const * file_name) {
|
||||
if (file_name == 0)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue