mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bb9f18e4d2
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
20 lines
395 B
Plaintext
20 lines
395 B
Plaintext
*** tools/javastub/javastub.c.orig Sun Aug 24 00:04:06 1997
|
|
--- tools/javastub/javastub.c Sun Aug 24 00:04:49 1997
|
|
***************
|
|
*** 11,17 ****
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
! #include "config.h"
|
|
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
--- 11,17 ----
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
! #include "../../config.h"
|
|
|
|
#include <ctype.h>
|
|
#include <string.h>
|