X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fcond.c;h=bcdc4bfcfc3f2ca595266d6a1d2c4873bf9042e4;hb=d476da0ef37ba5ca612a536c69bfe2b859e17c46;hp=d6c32acc2532f5de48f65f15fb06b2a1cb60cef2;hpb=92757bc91688685a680cc6c6cd03324b894c4501;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/cond.c b/gas/cond.c index d6c32acc25..bcdc4bfcfc 100644 --- a/gas/cond.c +++ b/gas/cond.c @@ -1,12 +1,12 @@ /* cond.c - conditional assembly pseudo-ops, and .include Copyright 1990, 1991, 1992, 1993, 1995, 1997, 1998, 2000, 2001, 2002, - 2003 Free Software Foundation, Inc. + 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. GAS is distributed in the hope that it will be useful, @@ -20,6 +20,7 @@ 02110-1301, USA. */ #include "as.h" +#include "sb.h" #include "macro.h" #include "obstack.h"