* filemode.c: Include sysdep.h.

* ihex.c: Add casts to eliminate compiler warnings.
    * sunos.c: Add casts to eliminate compiler warnings.
This commit is contained in:
Dawn Perchik 1996-11-12 23:28:49 +00:00
parent 69992fc816
commit cf13e3fc30
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "sysdep.h"
#include <sys/types.h>
#include <sys/stat.h>