< prev index next >

src/java.desktop/aix/native/libawt/porting_aix.c

Print this page
rev 55685 : 8227737: avoid implicit-function-declaration on AIX

*** 1,7 **** /* ! * Copyright (c) 2012, 2018 SAP SE. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2012, 2019 SAP SE. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 23,32 **** --- 23,33 ---- * questions. * */ #include <stdio.h> + #include <string.h> #include <sys/ldr.h> #include <errno.h> #include "porting_aix.h"
< prev index next >