* filemode.c: Include sysdep.h.
authorDawn Perchik <dawn@cygnus>
Tue, 12 Nov 1996 23:28:49 +0000 (23:28 +0000)
committerDawn Perchik <dawn@cygnus>
Tue, 12 Nov 1996 23:28:49 +0000 (23:28 +0000)
    * ihex.c: Add casts to eliminate compiler warnings.
    * sunos.c: Add casts to eliminate compiler warnings.

bfd/filemode.c

index fd790b3..6f45968 100644 (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>