Include config.h for 64-bit typing. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit f93ac2f46c3330c20f6d2bd79d46464620ea8165
 (DIR) parent 36f73a799a07a86a9fe0a518dc6b1ebdee83aa30
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Tue,  6 Sep 2016 12:15:06 -0500
       
       Include config.h for 64-bit typing.
       
       Diffstat:
         include/u.h                         |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/include/u.h b/include/u.h
       @@ -8,6 +8,8 @@
        #include <unistd.h>
        #include <wchar.h>
        
       +#include "../config.h"
       +
        typedef uint16_t ushort;
        typedef uint8_t  uchar;
        typedef uint16_t  Rune;