summaryrefslogtreecommitdiff
path: root/include/gutenprintui2/gutenprintui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gutenprintui2/gutenprintui.h')
-rw-r--r--include/gutenprintui2/gutenprintui.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gutenprintui2/gutenprintui.h b/include/gutenprintui2/gutenprintui.h
index 730888d..eaa91ae 100644
--- a/include/gutenprintui2/gutenprintui.h
+++ b/include/gutenprintui2/gutenprintui.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:
@@ -34,8 +33,10 @@ extern "C" {
#ifdef __GNUC__
+#ifndef inline
#define inline __inline__
#endif
+#endif
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"