Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
python-ReportLab
> ReportLab_2_3-missing-includes.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ReportLab_2_3-missing-includes.patch of Package python-ReportLab
--- src/rl_addons/renderPM/gt1/gt1-namecontext.c +++ src/rl_addons/renderPM/gt1/gt1-namecontext.c @@ -1,6 +1,10 @@ /* A module for a simple "name context", i.e. lisp-style atoms */ #include "gt1-misc.h" +#include <string.h> +#include <stdio.h> +#include <unistd.h> +#include <sys/socket.h> #include "gt1-namecontext.h" #if defined(_WIN32) || defined(macintosh)