diff options
Diffstat (limited to 'builtins/getopt.c')
-rw-r--r-- | builtins/getopt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/getopt.c b/builtins/getopt.c index ff44340..6ea3401 100644 --- a/builtins/getopt.c +++ b/builtins/getopt.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ #include <config.h> @@ -27,7 +27,7 @@ #endif #include <stdio.h> -#include "../memalloc.h" +#include "memalloc.h" #include "../shell.h" #include "getopt.h" |