]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_addr.c
%(divide): Avoid SIGFPE on integer divide of INT_MIN by -1.
[nmh] / sbr / fmt_addr.c
index 37b286a2ea2754fea183a6b2923ab032c7435fe5..6d58061920f8ced75f96b39ecdb477428bc34314 100644 (file)
@@ -5,10 +5,11 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/addrsbr.h>
-#include <h/fmt_scan.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "fmt_addr.h"
+#include "h/addrsbr.h"
+#include "h/fmt_scan.h"
+#include "h/utils.h"
 
 static char *buf;              /* our current working buffer  */
 static char *bufend;           /* end of working buffer       */