New file unexec.h, the (simple) interface for unexec.
[bpt/emacs.git] / src / unexcw.c
index 02add90..b5d72e6 100644 (file)
@@ -19,6 +19,8 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
+#include "unexec.h"
+
 #include <setjmp.h>
 #include <lisp.h>
 #include <stdio.h>
@@ -299,4 +301,3 @@ unexec (const char *outfile, const char *infile)
 
   return (0);
 }
-