Package: snes9express
Version: 1.42-7
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

frend.h uses PATH_MAX, but doesn't #include <limits.h>, so it isn't
necessarily defined. The attached patch makes sure it is by including
the header file. Please consider applying it.

Thanks,

James
--- snes9express-1.42.orig/frend.h
+++ snes9express-1.42/frend.h
@@ -10,6 +10,7 @@
 # include <map>
 # include <vector>
 # include <algorithm>
+# include <limits.h>
 
 # include "config.h"
 

Reply via email to