From: Nicolás Dimov Date: Thu, 8 Apr 2004 21:07:42 +0000 (+0000) Subject: arreglos minimos X-Git-Tag: svn_import_r684~606 X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/commitdiff_plain/9f078ed79f1a1eaefe8f4c757a04742c412d93c4?ds=sidebyside;hp=047e95f003fdbb9498856681f180e72228b12d61 arreglos minimos --- 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 *);