Build Fix -- compatibility issue with newer autoconf
[sxemacs] / src / ent / ent-binary-op.c
index a7f82d4..70a6d2c 100644 (file)
@@ -1,6 +1,6 @@
 /*
   ent-binary-op.c -- Global Binary Operations
-  Copyright (C) 2006, 2007, 2008 Sebastian Freundt
+  Copyright (C) 2006-2012 Sebastian Freundt
 
   Author:  Sebastian Freundt <hroptatyr@sxemacs.org>
 
 
 #include <config.h>
 #include "lisp.h"
+#include "ent-optable.h"
 #include "ent-binary-op.h"
 #include "ent-unary-op.h"
 
+extern Lisp_Object Qoperation_error;
+
 int common_lisp_slash;
 ase_binary_operation_f ase_binary_optable
 [N_ASE_BINARY_OPS][ASE_OPTABLE_SIZE][ASE_OPTABLE_SIZE];