chiark / gitweb /
Merge branch 'mdw+fixes'
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 May 2016 17:05:37 +0000 (18:05 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 17 May 2016 17:05:37 +0000 (18:05 +0100)
1  2 
www-cgi/ucgi.c
www-cgi/ucgi.h
www-cgi/ucgicommon.c
www-cgi/ucgitarget.c

diff --cc www-cgi/ucgi.c
Simple merge
diff --cc www-cgi/ucgi.h
Simple merge
index 090cc03a655a2b83627a02c59dc0655b970929c2,6ae266dcce97ff90dbb873e7edd5baaea1307480..4d371877911d5e2381717a34892939ba3b4ed73c
   * General Public License for more details.
   *
   * You should have received a copy of the GNU General Public License
 - * along with userv-utils; if not, write to the Free Software
 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 - *
 - * $Id$
 + * along with userv-utils; if not, see http://www.gnu.org/licenses/.
   */
  
+ #include <assert.h>
+ #include <ctype.h>
+ #include <stdarg.h>
  #include <stdio.h>
  #include <string.h>
  #include <errno.h>
Simple merge