gphoto2-port-info-list.c (libgphoto2-2.5.26.tar.bz2) | : | gphoto2-port-info-list.c (libgphoto2-2.5.27.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
* Lesser General Public License for more details. | * Lesser General Public License for more details. | |||
* | * | |||
* \par | * \par | |||
* You should have received a copy of the GNU Lesser General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this library; if not, write to the | * License along with this library; if not, write to the | |||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |||
* Boston, MA 02110-1301 USA | * Boston, MA 02110-1301 USA | |||
*/ | */ | |||
#define _GNU_SOURCE | #define _GNU_SOURCE | |||
#define _DARWIN_C_SOURCE | ||||
#include "config.h" | #include "config.h" | |||
#include <gphoto2/gphoto2-port-info-list.h> | #include <gphoto2/gphoto2-port-info-list.h> | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <string.h> | #include <string.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#ifdef HAVE_REGEX | #ifdef HAVE_REGEX | |||
#include <regex.h> | #include <regex.h> | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |