summaryrefslogtreecommitdiff
path: root/src/gimp2/print_gimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gimp2/print_gimp.h')
-rw-r--r--src/gimp2/print_gimp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gimp2/print_gimp.h b/src/gimp2/print_gimp.h
index 7f95161..136ab3a 100644
--- a/src/gimp2/print_gimp.h
+++ b/src/gimp2/print_gimp.h
@@ -16,8 +16,7 @@
* for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*
* Revision History:
@@ -29,8 +28,10 @@
#define __PRINT_GIMP_H__
#ifdef __GNUC__
+#ifndef inline
#define inline __inline__
#endif
+#endif
#include <gutenprint/gutenprint.h>
#include <gutenprintui2/gutenprintui.h>