aboutsummaryrefslogtreecommitdiff
From resolution of https://code.google.com/p/ttf2eot/issues/detail?id=26

--- ttf2eot-0.0.2-2/OpenTypeUtilities.cpp	2009-04-30 04:18:46.000000000 -0500
+++ ttf2eot-0.0.2-2/OpenTypeUtilities.cpp	2016-03-31 01:06:39.109996011 -0500
@@ -25,6 +25,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
 
+#include <cstddef>
 #include <string.h>
 #include <vector>
 
gnu: services: Fix openssh service start error....Julien Lepiller 2018-03-18services: openssh: Add 'accepted-environment' field....Martin Castillo 2017-12-04install: Don't start sshd by default....Ludovic Courtès 2017-11-05services: Add 'description' fields....Ludovic Courtès 2017-07-30services: openssh: Extensions provide extra authorized keys....Ludovic Courtès 2017-07-30services: openssh: Add 'authorized-keys' field....Ludovic Courtès 2017-05-18services: openssh: Don't depend on networking....Marius Bakke 2017-04-16services: Add a default value to various service types....Ludovic Courtès 2017-03-21services: openssh: Add 'subsystems' option....Clément Lassieur 2017-03-21services: openssh: Cosmetic changes....Clément Lassieur 2017-03-10services: openssh: Fix 'PrintLastLog' default behaviour....Clément Lassieur 2017-03-10services: openssh: Remove deprecated options....Clément Lassieur 2017-03-10services: openssh: Enable PAM....Clément Lassieur 2017-03-06services: openssh: Parameterize the OpenSSH package used by the service....Leo Famulari 2017-03-02services: ssh: Remove 'openssh-service' exported symbol....Alex Kost 2017-01-25services: Fix 'mkdir-p' in activation scripts....Clément Lassieur 2016-10-03services: openssh-service-type: Expose 'openssh-configuration'....Ludovic Courtès 2016-09-29services: Add 'openssh-service'....Julien Lepiller 2016-09-10system: Use 'file-append' to denote file names....Ludovic Courtès 2016-07-21services: Export *-service-type and *-configuration....Tomáš Čech 2016-07-15services: Add 'dropbear-service'....David Craven 2016-07-15gnu: lsh: Move to (gnu packages ssh)...David Craven 2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost 2016-01-29Rename (gnu services dmd) to (gnu services shepherd)....Alex Kost 2015-11-27services: lsh: Correctly handle #:interfaces option....Ludovic Courtès 2015-11-03system: Rename (gnu system linux) to (gnu system pam)....Ludovic Courtès 2015-10-10services: Introduce extensible services....Ludovic Courtès 2015-10-10system: Make service procedures non-monadic....Ludovic Courtès