add include of "complaints.h"

This commit is contained in:
David D. Zuhn
1992-12-21 10:22:03 +00:00
parent a8a69e6332
commit 5998e36203
2 changed files with 5 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "gdbcore.h"
#include "command.h"
#include "symtab.h"
#include "symfile.h" /* for struct complaint */
#include "complaints.h"
#include <string.h>
#include <errno.h>