diff options
author | Kevin Buettner <kevinb@redhat.com> | 2010-09-23 23:05:28 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2010-09-23 23:05:28 +0000 |
commit | 8d794149aa81695b41cee593cf4c28ce4b460264 (patch) | |
tree | 7ab713b3c6f70b937a4442f3eb1a279cfcb6745a /sim/rx/load.c | |
parent | 19dd00f8914eb45e2b6b6adefe8d4c1dc7d35ee7 (diff) | |
download | gdb-8d794149aa81695b41cee593cf4c28ce4b460264.zip gdb-8d794149aa81695b41cee593cf4c28ce4b460264.tar.gz gdb-8d794149aa81695b41cee593cf4c28ce4b460264.tar.bz2 |
* fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.
Diffstat (limited to 'sim/rx/load.c')
-rw-r--r-- | sim/rx/load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/rx/load.c b/sim/rx/load.c index 6d72d69..bea9baa 100644 --- a/sim/rx/load.c +++ b/sim/rx/load.c @@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "config.h" #include <stdlib.h> #include <stdio.h> #include <string.h> |