From 9f078ed79f1a1eaefe8f4c757a04742c412d93c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicol=C3=A1s=20Dimov?= Date: Thu, 8 Apr 2004 21:07:42 +0000 Subject: [PATCH 1/1] arreglos minimos --- emufs/did.h | 2 ++ emufs/idx.h | 1 + 2 files changed, 3 insertions(+) diff --git a/emufs/did.h b/emufs/did.h index 45d867f..7f18e8b 100644 --- a/emufs/did.h +++ b/emufs/did.h @@ -1,5 +1,7 @@ #ifndef _DID_H_ #define _DID_H_ +#include +#include #include "emufs.h" int emufs_did_get_last(EMUFS *); diff --git a/emufs/idx.h b/emufs/idx.h index 28aadc4..e183892 100644 --- a/emufs/idx.h +++ b/emufs/idx.h @@ -1,5 +1,6 @@ #ifndef _IDX_H #define _IDX_H +#include #include "emufs.h" int emufs_idx_buscar_mayor_id(EMUFS *); -- 2.43.0