mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
316 B
C++
12 lines
316 B
C++
--- ui/zinf/include/DialControl.h.orig 2003-09-16 17:35:32 UTC
|
|
+++ ui/zinf/include/DialControl.h
|
|
@@ -24,7 +24,9 @@ ________________________________________
|
|
#ifndef INCLUDED_DIALCONTROL_H__
|
|
#define INCLUDED_DIALCONTROL_H__
|
|
|
|
+#if HAVE_STDINT_H
|
|
#include <stdint.h>
|
|
+#endif
|
|
#include "config.h"
|
|
|
|
#include <string>
|