Fixing headers

This commit is contained in:
Pierre Pronchery 2011-04-23 18:48:28 +00:00
parent 4a5f818e46
commit 657ebe3e47
2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
#ifndef DEVEL_ASM_ARCH_H
# define DEVEL_ASM_ARCH_H
# include <sys/types.h>
# include <stdint.h>
# include <stdio.h>
/* AsmArch */

View File

@ -18,7 +18,7 @@
#ifndef DEVEL_ASM_AS_H
# define DEVEL_ASM_AS_H
# include <sys/types.h>
# include <stdio.h>
# include "arch.h"